/* CSS Document by Maria Helena Stanke at SilverSerpent.net 2009 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#9fd3fb;
	background: url(images/welcome.png) #0c1b31 center top no-repeat;
    margin: 0 auto;
    padding: 0;
}
img {
	border: none;
}
a, a:visited {
	text-decoration: none;
	color:#9fd3fb;
}
a:active, a:hover {
	color: #00aeef;
	text-decoration: underline;
}
#container {
	width: 800px;
	margin: 0 auto;
}
#start {
	padding-top: 214px;
	width:580px;
	margin: 0 auto;
	padding-bottom: 10px;

}
#nav {
	width:580px;
	height: 26px;
	margin: 0 auto;
}
#nav1 {
	float:left;
	width: 270px;
	padding-top: 10px;
	text-align:left;
}
#nav2 {
	float:right;
	width: 270px;
	padding-top: 10px;
	text-align:right;
}
