html {
    overflow: -moz-scrollbars-vertical;
	height:100%;
	}
body {
	margin:0px;
	background:url('../images/fade.jpg') repeat-x #000000;
	height:100%;
	}
	
#content {
	position:relative;
	top:30%;
	width:420px;
	height:200px;
	padding:5px;
	border:#222222 solid thin;
	overflow:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	}
#link1 {
	float:left;
	width:138px;
	text-align:left;
	}	
	
.headline_font {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#99CC00;
	text-decoration:none;
	font-size:24px;
	}
.headline_font a:link, .headline_font a:visited, .headline_font a:active {
	color:#333333;
	background-color:#999900;
	text-decoration:none;
	}
.headline_font a:hover {
	color:#FFCC00;
	background-color:#000000;
	text-decoration:none;
	}
	
.headline_font2 {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#EFFFBF;
	text-decoration:none;
	font-size:24px;
	}
.headline_font_grey {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#333333;
	text-decoration:none;
	font-size:24px;
	}
	
.link_text {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#444444;
	text-decoration:none;
	font-size:10px;
	}
.link_text a:link, .link_text a:visited, .link_text a:active {
	color:#444444;
	text-decoration:none;
	}
.link_text a:hover {
	color:#777777;
	text-decoration:none;
	}
	
.small_headline {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	color:#999966;
	text-decoration:none;
	font-size:10px;
	}