html {
	
	background: #ffffff;
}

body {
	color: black;
	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

/* GENERAL STYLES */

a {
	color: white;
}

a.button {
	position: relative;
	background: #5e7285;
	padding: 6px 9px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #a3b5d4;
	text-decoration: none;
	text-shadow: 0 1px 0 black;
	font-size: 13px;
	font-weight: bold;
	-moz-box-shadow: 0 0 1px black;
	-webkit-box-shadow: 0 0 1px black;
}

a.button:hover {
	background: #4a5969;
}


#container {
	width:800px;
	margin:auto;
	position: relative;
	padding-top: 10px;
	text-align: center;
}

/* HEADER */

#header {
	margin-top: 0px;
	margin-bottom:10px;
	
}


#header h1 {
	color: #ffffff;
	font-size: 50px;
	text-align: center;
	
}

	


