@charset "UTF-8";
@import url('resets.css');
/*
 	UTILS
---------------------------------*/
.clear { clear:both;}

* {
	padding: 0;
	margin: 0;
}

img { border: none; } 

body {
	background: #000 url(../images/gf-bg2.jpg) no-repeat top center;
	padding: 0;
	margin:0;
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color:#FFFFFF;
}


#page {
	width: 980px;
	margin: 0 auto;
	position:relative;
}

div#main_nav{
	width: 100%;
	height:100px;
	clear:both;
}

#content {
	overflow:auto;
	position: relative;
}


#footer {
	width: 100%;
	height:40px;
	clear:both;
	margin: 5px 0 0 0;
	position:relative;
	text-align:center;
	font-size: 12px;
}

p { 
	font-size: 1.4em;
	line-height: 16px;
	display:block;
}

h1, h2, h3 { margin:10px 0; line-height:1.8em; font-size: 1.6em;}

a:link, a:visited {
	color:#3A5532;
}

a:hover {
	color:#2E3A24;
}


#message_box {
	width: 356px;
	height: 500px;
	float: right;
	margin-right: 40px;
}




.music_player {
	width: 489px;
	height: 384px;
	margin:40px auto 0 auto;
	background: url(../images/music_bg.jpg) no-repeat top left;
	clear:both;
	position:relative;
}

.music_player h1 {
	width: 300px;
	height: 35px;
	background: url(../images/gf-music.gif) no-repeat top left;
	text-indent: -9999px;
	top: -30px;
	left:110px;
	position:absolute;
}

#flashVideoPlayer {
	width: 833px;
	margin-top: 30px;
	margin-left: 75px;
}