@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #000;
	
}
.clear{
	clear:both;
	/*** these next attributes are designed to keep the div
height to 1 pixel high, critical for Safari and Netscape 7 ***/
  height:1px;
	overflow:hidden;
	line-height:1px;
	font-size:0px;
	margin: 0px;
}
#wrapper {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	
}
.bg {

        width: 100%;

        position: absolute;

        top: 0;

        left: 0;

        z-index: -5000;

}
#menu ul li {
	float: left;
	background-image: url(images/button.png);
	height: 37px;
	list-style-type: none;
	padding: 0px;
	line-height: 37px;
	color: #F90;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#menu ul li a{
	text-decoration:none;
	color: #CCC;
}
#menu ul li a:hover{
	text-decoration:none;
	color: #F90;
}
#header {
	background-image: url(images/header.png);
	height: 97px;
	width:910px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15px;
}
#wrapper #menu ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #flashpanel #menu {
	padding-top: 120px;
	padding-left: 10px;
}
#wrapper #flashpanel {
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #2D2D2E;
	background-image: url(images/flashpanel.png);
	height: 162px;
	background-color: #000;
}
#wrapper #content {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	color: #FFF;
	background-color: #000;
	font-size: 14px;
}
p {
	margin:0px;
}#wrapper #content #left-panel {
	margin: 10px;
	float: left;
	width: 420px;
}
#wrapper #content a {
	color: #85C440;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #content a:hover {
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
}
#wrapper #content #right-panel {
	float: left;
	width: 470px;
	background-image: url(images/splash-right.png);
	height: 500px;
	background-position: right;
}
#wrapper #content #right-panel-services {
	float: left;
	width: 450px;
	background-position: center 0px;
	background-image: url(images/services.jpg);
	background-repeat: no-repeat;
	height: 680px;
}
#wrapper #content #left-panel-partner {
	margin: 10px;
	float: left;
	width: 520px;
}
#wrapper #content #right-panel-partner {
	float: left;
	width: 370px;
	background-image: url(images/splash-right.png);
	height: 500px;
	background-position: right;
}
#footer {
	width: 910px;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	line-height: 50px;
	font-size: 13px;
	color: #FFF;
	background-image: url(images/footer.png);
}
#footer a {
		color:#FFF;
}
#footer a:hover {
		color: #85C440;
}

#wrapper #content #right-panel img {
	z-index: 2000;
	position: relative;
	top: 100px;
	left: -20px;
}
#wrapper #content #right-panel-partner img {
	z-index: 2000;
	position: relative;
	top: 300px;
	left: -250px;
}
#wrapper #content #left-panel h2 {
	color: #8BCE42;
	padding: 0px;
	margin: 0px;
}
#wrapper #content #right-panel #worldcup {
	background-color: #000;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	background-image: url(images/DSCN2167.gif);
	background-repeat: no-repeat;
	height: 263px;
	padding: 10px;
	background-position: center center;
}
#wrapper #content #right-panel .cupcar img {
	z-index: 2000;
	position: relative;
	top: 0px;
	left: 0px;
}
