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: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	color:#FFF;
	font-family: Arial;
}
a  { 
 	color: #CCC;
}
body {
	line-height: 1;
	background:#000;
	color:#FFF;
	text-align:center;
	margin: 0;
	padding: 0;
	
}
#container {
	display:block;
	text-align:left;
	margin: 0 auto;
	width:750px;
	margin: 0% auto;
}
#logo { 
	float:left;
}
#menu { 
	margin-top: 100px;
	float:left;
}
#links	li{display:block;text-indent:-9000px;}
#links li a {
	display: block;
}
#menu1 {background:url(images/menu001off.jpg);width:179px;height:24px;}
#menu2 {background:url(images/menu002off.jpg);width:179px;height:25px;}
#menu3 {background:url(images/menu003off.jpg);width:179px;height:25px;}
#menu4 {background:url(images/menu004off.jpg);width:179px;height:24px;}

#menu1:hover {background:url(images/menu001on.jpg);width:179px;height:24px;}
#menu2:hover {background:url(images/menu002on.jpg);width:179px;height:25px;}
#menu3:hover {background:url(images/menu003on.jpg);width:179px;height:25px;}
#menu4:hover{background:url(images/menu004on.jpg);width:179px;height:24px;}


#menu form .login	{
	background: url(images/bg_input.png);
	background-repeat: no-repeat;
	padding: 5px 0 0 10px;
	border: 0;
	width: 179px;
	height: 23px;	
}
.bt_submit	{
	position: relative;
	top: 35px;
	right: 195px;
}