/*Common CSS*/
*{margin:0;padding:0;}
body{background:#fff;color:#333;font-family:arial;font-size:13px;}
.clear{clear:both;}
#wrapper{width:800px;height:1000px;margin:10px auto;border:2px solid blue;}


#box-wapper{width:600px;height:150px;border:1px solid #000;margin:50px auto;}


#box-wapper div{width:200px;height:150px;background:#8E9AA3;float:left;}

#xyz{width:300px;height:300px;background:#892114;margin-left:100px;border-radius:50%;}

#bgimg{width:600px;height:300px;background:url(images/Launchpad2.png) left top repeat;border:1px solid #ccc;}

/*
 #bgimg{width:600px;height:300px;background:url(images/Launchpad2.png) left top repeat;border:1px solid #ccc;}
 #bgimg{width:600px;height:300px;background:url(images/Launchpad2.png) left top repeat-x;border:1px solid #ccc;}
 #bgimg{width:600px;height:300px;background:url(images/Launchpad2.png) left top repeat-y;border:1px solid #ccc;}
 */

/*
 #box-wapper .one,.two,.three{width:200px;height:150px;background:#8E9AA3;float:left;}
 #box-wapper div{width:200px;height:150px;background:#8E9AA3;float:left;}

 * /

/*

#box-wapper .one{width:200px;height:150px;background:#8E9AA3;float:left;}
#box-wapper .two{width:200px;height:150px;background:#8E9AA3;float:left;}
#box-wapper .three{width:200px;height:150px;background:#8E9AA3;float:left;}

*/

/* Fist child, Last Child and Nth child 
 
#box-wapper div:first-child{background:red;}
#box-wapper div:last-child{background:red;}
#box-wapper div:nth-child(2){background:red;}

* 
* */



