* { margin: 0; padding: 0; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }

html, body {
	color: #fff;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: center;
	background-image: url(/images/logo.jpg);
	}

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px #fff solid;
	padding: 10px;
	background-image: none;
	background-color: #FF66FF;
	}

a:link, a:visited, a:hover, a:active {
	color: #3752F7;
	text-decoration: none;
	}

h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-align: center;
	font-size: 4em;
	margin: 0;
	font-weight: bold;
	color: #00FF00;
	}

h2 {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #000;
	}

h3 {
	color: #000;
	font-weight: bold;
	}

ol {
	list-style-type: decimal;

	}

#beta {
	font-size: 0.5em;
	position: relative;
	float: right;
	}

#navigation {
	text-align: center;
	margin-top: 4em;
	margin-bottom: 3em;
	}

#navigation li {
	display: inline;
	font-size: 2em;
	padding: 1em;
	border: 2px #fff solid;
	margin: 4px;
	}

#links {
	text-align: right;
	position: relative;
	float: right;
	margin-top: 1em;
	padding: 2em;
	background-color: #E99FFB;
	border: 2px #fff solid;
	}

#links li {
	margin: 1em;
	}

.description {
	font-style: italic;
	}

#copyright {
	margin-top: 2em;
	font-size: 0.5em;
	position: relative;
	clear: both;
	}

#left {
	position: relative;
	float: left;
	}

#right {
	position: relative;
	float: right;
	}
