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


body
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#000;
}

a:link ,a:visited
{
	color: #000000;
	text-decoration: none;
}

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

#bg 
{
	background: url(../images/base/background.jpg) top center no-repeat;	
	width: 100%;
    margin:0 auto;
	overflow:hidden;
}

#topMenu
{
	width: 910px;
	margin:0 auto;	
	height: 50px;
}

#menu 
{
	width: 910px;
	margin:0 auto;
	height: 48px;
}

ul 
{
	list-style-type:none;
}

ul#menu1
{
	float:left;
	padding:15px 0 0 25px;
	/*border:#ffffff dotted  thin;*/
}
ul#menu2
{
	float:right;
	padding:15px 39px 0 0;
/*	border:#ffffff dotted  thin;*/
}

li 
{
	float:left;
	/*display:inline;*/
	padding: 2px 7px;
	/*overflow: hidden;
	/*padding-left:5px;*/
	/*text-align:center;*/
}

#content {
	width: 910px;
	margin:0 auto;
}

#hide{
	display: none;
}
