/**common css**/
*{margin:0px;padding:0px}
h2{text-align:center}

/**wrapper**/
#wrapper{width:100%;height:600px;background:#888888}
/**header**/
#header{width:100%;height:120px;background:#008080}
#logo1{float:left;width:30%;height:120px;background:#FB046D}
#logo2{float:right;width:10%;height:120px;background:#000040}

/**navigation**/
#navigation{width:100%;height:120px;background:#FEA500}

#navigation ul{list-style-type:none;float:left;position:relative;background:#151821;margin:50px}
#navigation ul a{color:white;text-decoration:none;font-weight:bold;font-size:18px;padding:5px 35px;display:block;}
#navigation ul li{float:left;padding:8px;position:relative;padding-left:15px;border:1px solid white}
#navigation ul ul{top:100%;left:10px;background:#151821;border:1px solid white;position:absolute;margin-top:10px}
#navigation ul ul li{float:none;width:150px;border:1px solid white}

#content{width:100%;min-height:800px;background:#FFFFFF}
#section1{width:100%;height:800px;background:url("tyre1.jpg")left top no-repeat;background-size:1400px 800px}
#submit{width:300px;height:400px;background:url("form.png")left top no-repeat;background-size:300px 400px}
#style{padding:8px 0px;font-size:20px;line-height:26px;}

#section2{width:100%;height:700px;background:url("tyre2.jpg")left top no-repeat fixed;background-size:1400px 700px}
#section3{width:100%;height:700px}
#footer{width:100%;height:120px;background:#151821}