@charset "UTF-8";
/* CSS Document */

* {
	margin:0px;
}

body {
	background:url(back.jpg);background-position:top center;   margin:0px; background-color:#000;
}

div {font-family:Arial,Times,Verdana,Sans-Serif; color:#FFFFFF; font-size:11px; margin:0px; } 

h1 {font-family:Arial,Times,Verdana,Sans-Serif; color:#ffffff; font-size:20px; margin:0px; } 
h2 {font-family:Arial,Times,Verdana,Sans-Serif; color:#ffffff; font-size:11px; margin:0px; } 




a { color:#ccc; font-size:11px; font-family:Arial,Times,Verdana,Sans-Serif;} 

a:hover { color:#ccc; font-size:11px; font-family:Arial,Times,Verdana,Sans-Serif; }

 img.hover {display:none;border:0;}
A:hover img.hover {display:inline;}
A:hover img.nohover {display:none;}


#container {
	background:url(home-content.jpg) no-repeat;
	width:1000px;
	height:722px;
    margin-left:auto;
	margin-right:auto;
	position:relative;
}

#container2 {
	background:url(lessons-content.jpg) no-repeat;
	width:1000px;
	height:722px;
    margin-left:auto;
	margin-right:auto;
	position:relative;
}


#container3 {
	background:url(tips-content.jpg) no-repeat;
	width:1000px;
	height:722px;
    margin-left:auto;
	margin-right:auto;
	position:relative;
}

#container4 {
	background:url(car-content.jpg) no-repeat;
	width:1000px;
	height:722px;
    margin-left:auto;
	margin-right:auto;
	position:relative;
}

#hometext{
	background:url(hometext.jpg);
	width:298px;
	height:90px;	
	top:508px;
	left:543px;
	position:absolute;
	display:block;

}


#logo{
	background:url(logo.jpg);
	width:343px;
	height:216px;	
	top:21px;
	left:0px;
	position:absolute;
	display:block;

}


#nav{
	
	width:1000px;
	height:21px;	
	top:0px;
	left:0px;
	position:absolute;
	display:block;

}


#maintext{
	
	width:390px;
	height:352px;	
	top:265px;
	left:25px;
	position:absolute;
	display:block;

}

#footer{
	
	width:979px;
	height:43px;	
	top:680px;
	left:11px;
	position:absolute;
	display:block;

}
