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

body 
{
margin-top: 0px;
margin-left: 0px;
color: #FFF;
background-color: #FFF;
font-family: "Arial Black", Gadget, sans-serif; 
font-size: 12px;
}

a {color: #333; font-family: Verdana, Geneva, sans-serif; text-decoration: none}
a:visited {color: #666; text-decoration: none}
a:active {color: #CCC; text-decoration: none}
a:hover {color: #999; text-decoration: underline}

h1 
{
	font-family: "Arial Black", Gadget, sans-serif;
	color: #333;
	font-size: 96px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-align: center;
}

h2 
{
	font-family: Verdana, Geneva, sans-serif;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	word-spacing: 2px;
}

p  
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	margin-top: 0px;
	padding-left: 10px;
	color: #333;
}

#container1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 100%;
}

#logo
{
	position: absolute;
	top: 200px;
	left: 20px;
	width: 960px;
	height: 100%;
}

#nav
{
	position: absolute;
	top: 400px;
	left: 20px;
	width: 960px;
	height: 100%;
}

#content1
{
	position: absolute;
	top: 460px;
	left: 20px;
	width: 960px;
	height: auto;
	text-align: center;
}

#content1b
{
	position: absolute;
	top: 460px;
	left: 290px;
	width: 693px;
	height: auto;
}

#content1c
{
	position: absolute;
	top: 460px;
	left: 290px;
	width: 465px;
	height: auto;
}

#content1d
{
	position: absolute;
	top: 460px;
	left: 50px;
	width: 900px;
	height: auto;
	word-spacing: 2em;
	text-align: center;
	display: inline;
	letter-spacing: 2em;
}

#code
{
	position: absolute;
	top: 625px;
	left: 155px;
	width: 125px;
	height: auto;
}
