
@import "./page/page.css";
@import "menu.css";

html {
	background-color:#222;
	width:100%;
	height:100%;
}
img
{
	border-width:0;
	border-style:none;
}
a {
	text-decoration:none;
	color:white;
}
#All
{
	top: 0px;
	position: static;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color:white;
}

#Banner
{
	top: 0px;
	width: 900px;
	height: 170px;
	position: relative;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-color:black;
	margin-right: auto;
	margin-left: auto;
	border-right:1px groove white;
	border-left:1px groove white;
	border-top:1px groove white;
}

#Corps
{
	top: 0px;
	width: 900px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: relative;	
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color:black;
	border:1px groove white;
}

#Menu
{
	top: 20px;
	width: 150px;
	height: auto;
	position: absolute;
	background-color:black;
}

#Content
{
	top: 20px;
	left: 200px;
	width: 700px;
	height: auto;
	position: relative;
	background-color:black;
}

#Footer
{
	width: 900px;
	height: 20px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#Menu ul
{
	text-align:center;
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:outside;
}

#Menu ul a
{
	display:block;
	width:100%;
}
#Menu p {
	text-align:center;
}
#Menu a {
	padding:10px;
}
#Menu  .background{
	background-repeat: no-repeat;
	background-color:black;
}


.error {
	color:red;
	font-weight:bold;
}
