body{
	background:url(bg.jpg) top center no-repeat;
	background-color: #2f2c7b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	margin:0;
	padding:0;
	}
	
#main{
	width:900px;
	margin:20px auto;
	overflow:hidden;
	}
	
#header{
	width:900px;
	height:20px;
	text-align:center;
	}
	
#header a{
	color:#FFFFFF;
	font-weight:bold;
	}

#header a:hover{
	text-decoration:none;
	}
	
#left{
	width:401px;
	float:left;
	}
	
#right{
	width:499px;
	float:left;
	line-height:25px;
	}
	
#footer{
	width:900px;
	float:left;
	text-align:center;
	}
	
#footer a{
	color:#FFFFFF;
	}	
