@import url("reset.css");

body {

	background:url("../images/bg.jpg") repeat-x #063e78;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	
}

	div#main_container {
		width:738px;
		margin:0 auto;
		min-height:800px;
	}
	
	div#top {
	
		width:738px;
		height:193px;
		position:relative;
	
	}
	
		div#top img {
		
			display:block;
			width:339px;
			height:140px;
			margin:10px auto 0 auto;
			
		
		}
		
		div#top div#nav {
		
			width:738px;
			height:28px;
			position:absolute;
			bottom:-4px;	
			float:left;
			text-align:center;
		
		}
		
			div#nav span {
			
				color:#e8a50c;
				font-size:13px;	
				margin:0 0 0 4px;
			
			}
			
			div#nav span strong {
			
				color:#fff;
			
			}
			
			div#nav span a {
			
				color:#e8a50c;
				text-decoration:none;
			
			}
			
			div#nav span a:hover {
			
				color:#fff;
			
			}
			
			
		div#content {
		
			padding:25px 0 25px 0;
			position:relative;
		
		}
		
			div#content h1 {
			
				text-align:center;
				color:#e8a50c;
				font-size:18px;
				margin:0 0 25px 0;
				text-transform:uppercase;
			
			}
			
			div#content p {
			
				color:#faedce;
				font-size:12px;
				line-height:16px;
				margin:0 0 18px 0;
				width:97%;
			
			}
			
			div#content div#footer {
				
				margin:25px 0 0 0;
				text-align:center;
				font-size:12px;
				color:#faedce;
				
			}
			
			div#content img#tracks {
			
				display:block;
				width:356px;
				height:45px;
				margin:0 auto;
				
			}
			
			div#content strong {
			
				color:#e8a50c;
				font-weight:bold;
			}
			
			div#content a {
			
				color:#e8a50c;
				text-decoration:none;
			
			}
			
				div#content a:hover { color:#fff; }
				
				