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

body{
margin:0;
}

#site{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.logo{
	height:270px;
}

a{
	color:#4D4F53;
	text-decoration: none;
}

a:hover{
	text-decoration:underline;
}

#flashcontent{
	line-height: 20px;
}

#footer{
	margin: 50px 0 0 0;
	color:#4d4f53;
	background:url(../img/footerbg.jpg) repeat-y center;
	line-height:20px;
	width:100%;
}