div#slides {
	width: 996px;
	height: 660px;
	overflow: hidden;
	z-index: 50;
}

div#slides div {
	height: 660px;
	width: 996px;
		font-size: 100px;
	line-height: 200px;
	text-align: center;
	color: #fff;
	z-index: 50;
	
}

/* @group global */

BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	background-color:#000000;
	
}


#container {
	
	WIDTH: 910px;
	height: 547px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top:-164px;
	margin-left:-455px;
	background-image: url(img_css/bg_container.jpg);
	background-repeat: no-repeat;
}


#boxlogo {
	position:absolute;
	margin-left:180px;
	margin-top:35px;
	width:245px;
	height:222px;
	z-index:1000;
	background-image: url(img_css/logo_base.png);
	background-repeat: no-repeat;
}

#menu {
	position:absolute;
	margin-left:180px;
	top:604px;
	width:977px;
	height:60px;
	z-index:1001;
}


#footer{
	width:996px;
	height:40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #aaf830;
	text-decoration: none;
	text-align: center;
	padding-top:20px;
}

.text_footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #aaf830;
	text-decoration: none
}


.text_footer a:hover{

	color: #ffffff;
	text-decoration: none
}


p#links {
	clear: both;
	display: none;
	visibility: hidden;
}

a#avatar {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

a#avatar img {
	border: none;
}



a {
	color: #0094d5;
}

a:visited, a:hover {
	color: #ffffff;
}

.red {
	background: #e40053;
}

.blue {
	background: #0094d5;
}

.green {
	background: #43aa38;
}

/* @end */
