body {
		color:#ffffff; 
		background-color:#000033; 
		background-image:url(images/zuega_bg.jpg); 
		background-position: top center; 
		background-repeat:no-repeat; 
		margin:0px;
		padding:0px; 
		text-align:center;
		}
	#main {
		width:602px; 
		margin-left:auto; 
		margin-right:auto; 
		text-align:center;
		margin-top:125px;
		color:#ffffff;
		}
	#menu {
		width:100%;
		color:#ffffff;
		font-size:80%;
		}
	.menu {
	 text-align:center;
	}
	.logo {
		text-align:center;

		}
	.left {
		text-align:right;
 		width:300px;
 		border-right: solid 1px #ffffff;
		}
	.right {
		text-align:left;
		width:300px;	 
		}
	.padding {
		padding:20px;
		}	
	a {
		color:#ffffff;
		text-decoration:none;
		}
	a:hover {
		text-decoration:underline;
		color:#ffff66;
		}
	p {
		color:#ffffcc;
		font-size:80%;
		text-align:left;
		}
	.text {
		border-top:solid 1px #ffffcc;
		border-bottom:solid 1px #ffffcc;
		padding:10px;
	}
	.title {
		text-transform:uppercase;
		font-weight:bold;
		text-decoration:underline;
		color:#ffffcc;
		}
	#footer {
		font-size:10px;
		text-align:center;
		margin-top:150px;
		margin-bottom:10px;
		}		