@charset "utf-8";
/* CSS Document */

body{
	background-color:#000;
    font-family:Verdana, Geneva, sans-serif;
	padding:0px;
	margin:0px;
}

#background{
	position:absolute; 
	z-index:0; 
	width:100%; 
	height:100%;
}

#content {
	margin: 10px auto;
	padding: 0px;
	width:800px;
	background-repeat:no-repeat;
}

#abouttitle {
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin: 0px auto;
	width: 408px;
	height: 64px;
	margin-top:20px;
	margin-left:208px;
}

#about {
	width:600px;
	position:absolute;
	margin:0px auto;
	padding:10px;
	padding-bottom:5px;
	margin-top:260px;
	margin-left:98px;
	background-color:#FFF;
}

	#about p {
		margin:0px auto;
		padding:0;
		color:#333;;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
	}
	
	#about a {
		color:#000;
		font-size:11px;
	}
	
	#about a:hover {
		color:#F00;
	}
	
#contact {
	width:600px;
	position:absolute;
	margin:0px auto;
	padding:10px;
	padding-bottom:5px;
	margin-top:100px;
	margin-left:100px;
	background-color:#FFF;
}

	#contact p {
		margin:0px auto;
		padding:0;
		color:#333;;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
	}
	
	#contact a {
		color:#000;
		font-size:11px;
	}
	
	#contact a:hover {
		color:#F00;
	}	

#carousel{
	width:650px;
	height:150px;
	position:absolute;
	z-index:1000;
	margin:0px auto;
	margin-top:95px;
	margin-left:90px;
	padding:0;
}

#number {
	margin:0px auto;
	padding:0;
	position:absolute;
	margin-left:-10px;
	margin-top:30px;
	text-align:center;
}
	#number p{
		margin:0px auto;
		padding:0px;
		color:#fff;		
	}
	
	#number a {
		color:#FFF;
		text-decoration:none;
	}	

#number2 {
	margin:0px auto;
	padding:0;
	position:absolute;
	margin-left:610px;
	margin-top:30px;
	text-align:center;	
}
	#number2 p{
		margin:0px auto;
		padding:0px;
		color:#FFF;
	}
	
	#number2 a {
		color:#FFF;
		text-decoration:none;
	}
	
#leftlogo {
	background-image:url(../images/leftlogo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin: 0px auto;
	margin-top:100px;
	margin-left:-130px;
	width:180px;
	height:75px;
}

	#leftlogo p {
		color:#000;
		margin:0px auto;
		margin-top:75px;
		text-align:center;
	}

#rightlogo {
	background-image:url(../images/rightlogo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin: 0px auto;
	margin-top:100px;
	margin-left:740px;
	width:207px;
	height:75px;
}
	#rightlogo p {
		color:#000;
		margin:0px auto;
		margin-top:75px;
		text-align:center;
	}

#contactleftlogo {
	background-image:url(../images/leftlogo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin: 0px auto;
	margin-top:480px;
	margin-left:-100px;
	width:180px;
	height:75px;
}

#contactrightlogo {
	background-image:url(../images/rightlogo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin: 0px auto;
	margin-top:480px;
	margin-left:740px;
	width:207px;
	height:75px;
}
