a:link { 
 color: #FFFFFF;
 text-decoration: none;
 }
a:visited { 
 color: #FFFFFF;
 text-decoration: none;
 }
a:hover { 
 color: #FB0F0C;
 text-decoration: none;
 }
a:active { 
 color: #FFFFFF;
 text-decoration: none;
 }

body, html {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	height: 100%;
	margin:0px;
	}

#container {
	width: 800px;
	height: 600px;
	min-height: 600px;
	text-align: left;
	vertical-align: middle;
	padding: 0px;
	border: 1px solid #000000;
	margin-right: auto;
	margin-left: auto;
	background-color: #54b947;
	font-weight: bold;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 10px;
	}

#main {
	width:800px;
	color:#374aff;
	min-height:400px;
	height:400px;
	}

#footer  {
	width:800px;
	color: #FFFFFF;
	background-color:#7886FE;
	text-align: center;
}
