﻿body 
{
	background-color: #000;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	font-family: verdana;
	font-size:13px;
	color:#808080;
	}
	
#container {
	position: absolute;
	width: 700px;
	height: 475px;
	left: 50%;
	top: 50%;
	margin-top: -240px; /* make this half your image/element height */;
	margin-left: -350px;
	z-index: 1;
}

img{
	border-width:0px
}

#flashcontent{
	position: absolute;
	background-color: #000;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	width:441px;
	height:418px;
	left:259px;

	
}

#text{
	position:absolute;
	width:230px;
	height:428px;

}

.center{
	text-align:center
}
#topline{
	position:absolute;
	background-color:#808080;
	height:1px;
	width:677px
}

#bottomline{
	position:absolute;
	background-color:#808080;
	height:1px;
	top:430px;
	width:677px
}

#gs {
	position: absolute;
	width: 300px;
	height: 15px;
	left: 377px;
	top: 440px;
	z-index: 2;
	font-size:11px;
	text-align:right;
	letter-spacing: 1pt;
}
#emaileric {
	position: absolute;
	width: 200px;
	height: 15px;
	top: 440px;
	z-index: 2;
}

a.menu{
	text-decoration: none; 
	color: #808080; 
	font-size: 11px; 
	letter-spacing: 1pt;
}

a.menu:hover
{
color: #FF0000; 
}



