@charset "utf-8";

/*------------- [ LAYOUT ] -------------*/

body { background: #FFFFFF url(../images/body-bg.png) center top repeat-x; }
	#container { width: 988px; margin: 0px auto 0px auto; }
		#logo { float: left; margin: 45px 0px 0px 0px; }
		#header { float: right; margin: 52px 0px 18px 0px; }
	
		#title { background: url('../images/title-bg.png') center bottom repeat-x; }
			#title img { width: 214px; display: block; margin: 0px 0px 0px auto; }
		
		#footer { padding: 0px 0px 8px 0px; text-align: right; }
			#footer img { display: block; margin: 0px 0px 4px 0px; }
		 	#footer p { margin: 2px 6px 0px 0px; color: #666666; font-size: 12px; font-family: Arial; }
				#footer p a { color: #666666; text-decoration: underline; }
				#footer p a:hover { text-decoration: none; }
