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

body 
{
	font-family:"Segoe UI", "Lucida Grande", Tahoma;	
	background-image:url("Files/Background.jpg");
	background-repeat:no-repeat;
	background-attachment:fixed;
	color:#FFF;
}
h1
{
	font-weight: normal;
}
table,th,td
{
	border:none;
}

a
{
	color:#FFF;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

#wrapper 
{
	width: 1000px;
	margin: 0px auto;
	min-height: 200px;
}
#frame
{
	width: 850px;
	float: right;
}
#menu
{
	float:left;
}