@import url("style.dcss?file=reset.css");

body
{
	font-family:Arial, Sans-Serif;
	text-align:left;
	font-size:0.8em;
	color:#717171;
	padding:0;
	margin:0;
	/*height:100%;*/
	background-color:#fff;
}

a
{
	color:#717171;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

#video
{
	margin:0;
}

#footer
{
	padding:10px 0 0 0 ;
}

#footer #fleft
{
	float:left;
	width:300px;
}

#footer #fright
{
	width:53px;
	height:17px;
	float:right;
	background-image:url(../images/closebox.png);
	background-repeat:no-repeat;
	cursor:pointer;
}

#footer #fright span
{
	display:none;
}
