html, body {
	margin:0;
	padding:0;
	background: url('../assets/images/background.jpg');
	background-repeat: no-repeat;
	background-position:center top; 
	height:100%;
	background-color: #cfacff;
	}
	
#container{
	position:relative;
	margin:0 auto;
	width:921px;
	height:100%;
	}
	
#header{
	height:167px;
	width:100%;
	background:url("../assets/images/header.png");
	background-repeat: no-repeat;
	background-position:center top; 
	position:relative;
	}
	
#nav{
	position:absolute;
	top:107px;
	height:19px;
	width:100%;
	display:block;
	}
	
	#nav p{
		display:none;
	}
	
	#nav1{position:absolute;left:0px;height:19px;width:67px;background:url("../assets/images/nav/nav1.png") no-repeat top left;}
		#nav1:hover{ background-position: 0 -19px; }
		#nav1 a{position:absolute; height:19px; width:67px;}
		
	#nav2{position:absolute;left:67px;height:19px;width:98px;background:url("../assets/images/nav/nav2.png") no-repeat top left;}
		#nav2:hover{ background-position: 0 -19px; }
		#nav2 a{position:absolute; height:19px; width:98px;}
		
	#nav3{position:absolute;left:165px;height:19px;width:64px;background:url("../assets/images/nav/nav3.png") no-repeat top left;}
		#nav3:hover{ background-position: 0 -19px; }
		#nav3 a{position:absolute; height:19px; width:64px;}
		
	#nav4{position:absolute;left:229px;height:19px;width:85px;background:url("../assets/images/nav/nav4.png") no-repeat top left;}
		#nav4:hover{ background-position: 0 -19px; }
		#nav4 a{position:absolute; height:19px; width:85px;}
			
	#nav5{position:absolute;left:229px;height:19px;width:69px;background:url("../assets/images/nav/nav5.png") no-repeat top left;}
		#nav5:hover{ background-position: 0 -19px; }
		#nav5 a{position:absolute; height:19px; width:69px;}	
	
	#nav6{position:absolute;left:298px;height:19px;width:55px;background:url("../assets/images/nav/nav6.png") no-repeat top left;}
		#nav6:hover{ background-position: 0 -19px; }
		#nav6 a{position:absolute; height:19px; width:55px;}
		
	#nav7{position:absolute;left:353px;height:19px;width:81px;background:url("../assets/images/nav/nav7.png") no-repeat top left;}
		#nav7:hover{ background-position: 0 -19px; }
		#nav7 a{position:absolute; height:19px; width:81px;}
		
	#nav8{position:absolute;left:434px;height:19px;width:41px;background:url("../assets/images/nav/nav8.png") no-repeat top left;}
		#nav8:hover{ background-position: 0 -19px; }
		#nav8 a{position:absolute; height:19px; width:41px;}
		
	#nav9{position:absolute;left:475px;height:19px;width:97px;background:url("../assets/images/nav/nav9.png") no-repeat top left;}
		#nav9:hover{ background-position: 0 -19px; }
		#nav9 a{position:absolute; height:19px; width:97px;}
			
	#nav10{position:absolute;left:572px;height:19px;width:56px;background:url("../assets/images/nav/nav10.png") no-repeat top left;}
		#nav10:hover{ background-position: 0 -19px; }
		#nav10 a{position:absolute; height:19px; width:56px;}	
		
	#nav11{position:absolute;left:628px;height:19px;width:78px;background:url("../assets/images/nav/nav11.png") no-repeat top left;}
		#nav11:hover{ background-position: 0 -19px; }
		#nav11 a{position:absolute; height:19px; width:78px;}	
		
	
#content{
	width:100%;
	height:1000px;
	background:url("../assets/images/bgrpt.png");
	background-repeat:repeat-y;
	text-align:center;
	}	
	
#footer {
	background:url("../assets/images/bgfooter.png");
	background-repeat:no-repeat;
	background-position:center;
  	position: relative;
  	width: 100%;
	height: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	}


