html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body, html
{
	margin: 0;
	padding: 0;
}
body
{ 
	margin: 0;
	padding: 0;
	font-size: 11px; 
	font-family: 'Lucida Grande', Helvetica, sans-serif;
	background: #000;
	color: #fff; 
}
ol, ul {
	list-style: none;
}
a,a:visited,a:active
{
	text-decoration: none;
	border: none;
	color: #fff;
}
.clear { clear: both; }
/*________________________*/
#container
{
	margin: 0;
	padding: 0;
	background: #000;
}
/* __________ header*/
#header
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 90px;
}
#header img.logo
{
	margin: 3px 0 0 10px;
	padding: 5px;
	float: left;
}
#info
{
	margin: 15px 0 0 5px;
	padding: 0;
	width: 700px;
	height: 70px;
	float: left;
	overflow: hidden;
	position: fixed;
}
/* _____ maincontent*/
#maincontent
{
	margin: 0;
	padding: 0;
	width: 3530px;
	height: 450px;
}
#maincontent ul
{
	margin: 0;
	padding: 0;
}
#maincontent ul li
{
	margin: 0;
	padding: 0;
	float: left;
}

