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

/*html{
	overflow: -moz-scrollbars-vertical;
	background-image:url(images/bg.gif);
	background-repeat:repeat; 
	}
*/

p {
padding-left:100px;
color:#999999;
font-size:.8em;
}
a {
	color: #999999;
	text-decoration:none;
	}
	
a:hover {
	color: #EC008C;
	}

body{
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

#container{
	width:850px;
	height:600px;
	margin:0 auto 0;
	}
	
#header{
	width:325px;
	height:200px;
	padding-left:55px;
	padding-top:20px;
	}	
	
#content{
	position:relative;
	width:690px;
	height:450px;
	margin-left: 165px;
	top:-75px;
	font-size: .8em;
	color:#FFFFFF;
	}
#flashcontent {
	height: 400px;
	width: 690px;
}	

