body { 
	background: #0B1B24 url('images/bg.jpg') repeat-x 0 0px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	font-family: Tahoma, verdana;
}

#maincontent { 
	width: 1000px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

#top { 
	float: left;
	background: url('images/logo.jpg') no-repeat left top;
	text-align: right;
	width: 1000px;
	height: 157px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

a { 
	color: #FFFFFF;
	text-decoration: none;
}

p.describe { 
	text-align: left;
	
}

a:hover { 
	color: #FFFF00;
	text-decoration: underline;
}

ul.menu { 
	list-style-type: none;
	margin-top: 130px;
	color: #242424;
}

ul.menu li { 
	display: inline; 	
}

ul.menu li a { 
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
}

ul.menu li a:hover { 
	text-decoration: underline;
	color: #FFFF00;
	font-size: 18px;
}

#menu_pion { 
	float: left;
	width: 240px;
	padding-left: 100px;
}

#mainimage { 
	float: left;
	width: 616px;
	margin-left: 0px;
	padding-top: 40px;
}

#content { 
	padding-top: 15px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	width: 1000px;
	float: left;
	background: url('images/www.png') no-repeat bottom right;
	text-align: center;
}

#foot { 
	float: left;
	text-align: right;
	width: 1000px;	
}

#foot a { 
	color: #FFFF00;
	text-decoration: none; 	
}

#foot a:hover { 
	color: #FF0000;
	text-decoration: underline; 	
}

p { 
line-height: 24px;
	
}