body
{
	width: 800px;
	
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	
	background-color: #000000;
	
	background-image: url("image/background.gif");
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	
	font-family: arial, times, serif;
}

#header
{
	width: 800px;
	height: 125px;
	
	margin-bottom: 0px;
}

#menu
{
	width: 150px;	
	float: left;
	position: fixed;
	margin-left: 55px;
	
	color: #FFFFFF;
	text-align: center;
}

.bgmenu
{
	width: 210px;	
	float: left;
	position: fixed;
}

#main
{
	margin-left: 210px;
	margin-right: 42px;
	margin-bottom: 0px;
	padding: 28px;
	
	color: #000000;
	text-align: justify;
	background-color: #AAAAAA;
	font-size: 80%;
}

#footer
{
	margin-top: 14px;
	margin-left: 42px;
	margin-right: 42px;
	padding: 5px;
	
	text-align: center;
	
	color: #B3B3B3;
	background-color: #626262;
	font-size: 70%;
}

#deco1
{
	position: fixed;
	margin-left: 210px;
	margin-top: 0px;
}

table
{	
	margin: auto;
	text-align: center;
}

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

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

a img
{
	border: none;
}

h1, h5
{
	color: white;
	text-align: right;
}

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