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

body{
	margin:0 auto;
	padding:0;
	font-family:"Trebuchet MS", "Myriad Pro", Arial;
	color:#888888;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:18px;
	}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #666666;
}


#wrapper{
	margin:0 auto;
	padding:0;
	width:925px;
	height:650px;
	}
#wrapper2{
	margin:0 auto;
	padding:0;
	width:925px;
	
	}
#flash{
	width:925px;
	height:600px;
	float:left;
	}
#footer{
	width:925px;
	height:50px;
	float:left;
	text-align: center;
	}
#user1 {
	float: left;
	width: 300px;
}
#user2 {
	float: left;
	width: 300px;
}
#text_wrapper {
	float: left;
	width: 924px;
}
