body{
	padding:0;
	margin:0;
	background:url(../images/bg.png) repeat-x #0d1b28;
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
}

a img{
	border:0;
}

#container{
	width:901px;
	margin:0 auto;
	padding: 0 50px 0 49px;
	background:url(../images/intro-top.jpg) no-repeat -1px 0px;
}

#top{
	width:100%;
	height:146px;
}

#logo{
	padding-top:29px;
	float:left;
}

#aenter{
	float:right;
	padding-top:44px;
}

#content{
	width:100%;
}

#left{
	float:left;
	margin-right:2px;
	width:250px;
}

#menu{
	width:210px;
	padding: 0 20px 0 20px;
	background:url(../images/menu-mid.png) repeat-y;
}

h1{
	color:#00ffff;
}

#menu-bot{
	width:250px;
	height:30px;
	background:url(../images/menu-bot.png) no-repeat;
}

#items{
	float:left;
	width:648px;
	background:url(../images/cbg.png) repeat-y;
}

#bottom{
	width:648px;
	height:48px;
	background:url(../images/cbot.png) no-repeat;
}

.menu{
	padding-top:3px;
	font-weight:bold;
	text-decoration:none;
	width:210px;
	background:url(../images/menu.png) no-repeat;
	min-height:24px;
	display:block;
	padding-left:30px;
	color:#ffffff;
}

.menu:hover{
	color:#69dfdf;
	background:url(../images/menu-a.png) no-repeat;
}

#text{
	padding: 0 20px;
	width:608px;
}

#foot{
	width:100%;
	text-align:center;
	height:140px;
	padding-top:30px;
	color:#69dfdf;
}