#text_container {
	width: 100%;
	height: 100%;
	margin-bottom: 0px;
}

#text {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	width: 975px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}

#big_nav {
	font-family: arial, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: white;
}

#nav {
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
}

a {
	color: #ffea00;
}

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

a:visited {
	color: #ffea00;
}

body {
	background-color: #000000;
	margin: 0px;
	background: url("bg.jpg") repeat-x;
	font-size: 62.5%; /* Resets 1em to 10px */
}

h1 {
	 font-family: arial, sans-serif;
	 font-size: 2.1em;
	 font-weight: normal;
	 color: #ffea00;
	 margin-top: 32px;
	 margin-bottom: 32px;
}

h2 {
	font-family: arial, sans-serif;
	font-size: 1.64em;
	font-weight: normal;
	color: #ffea00;
	margin-top: 32px;
	margin-bottom: 18px;
}

p {
	line-height: 1.4em;
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
}

span.bullet {
	color: white;
	margin-left: 4px;
	margin-right: 4px;
}
