@charset "utf-8";
/* CSS Document */

body, html{
	height:100%;
	background:#244363;
}

#container{
	height:100%;
	text-align:center;
}

#image{ 
width:641px; 
height:547px;
position:relative; 
top:30%;
margin-top:-65px; 
margin-left: auto;
margin-right: auto;
} 

a:link {
color: #333333;
}
a:visited {
color: #FFFFFF;
}
a:hover {
color: #CCCCCC;
text-decoration: none;
}
a:active {
color: #333333;
}