@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-right: 0px;
	background-color: #364c61;
	font: normal 12px Verdana, Geneva, sans-serif;
	color:#CCC;
}

a:link {
	color: #CCC;
	text-decoration:none;
}

a:visited {
	color: #CCC;
	text-decoration:none;
}

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

a:active {
	color: #CCC;
	text-decoration:none;
}

#center {
	text-align:center;
	margin-top:200px;
}

.msg {
	margin-left:10px;
	margin-top:10px;
}

.button {
	color: #CCC;
	text-transform: uppercase;
	font-weight: bold;
	background: #364c61;
	border: 1px solid #CCC; 
	border-bottom: 2px solid #CCC;
}