body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px solid #ff00ff;
}

#header {
	width: 100%;
	height: 60px;
	background-color: #000;
	border-bottom: 4px solid #707070;
}
	#header_wrap {
		width: 980px;
		height: 60px;
		margin-left: -490px;
		left: 50%;
		position: absolute;
	}
	
	#language {
		float: left;
		color: #58aeef;
		margin-top: 27px;
			font-size: 9px;
		margin-left: 15px;
		letter-spacing: 1px;
	}
		#language a {
			color: #fff;
			padding: 0px 3px;
		}
		

#wrapper {
	position: absolute;
	left: 50%;/*
	top: 50%;*/
	width: 980px;
	height: 676px;
	margin-left: -490px;/*
	margin-top: -343px;*/
	margin-top: 50px;
	background-image: url(../images/bg_loading.jpg);
}
	#wrapper.blank {
		background-image: none;
		
	}
	#actual {
		background-image: url(../images/bg_image_squares.jpg);
		background-repeat: no-repeat;
		width: 980px;
		height: 676px;
		position: relative;
	}
			
		#sponsors {
			position: absolute;
			top: -40px;
			left: 416px;

		}
			.sponsors a {
			text-align: center;
				text-decoration: none;
				display: block;
				height: 40px;
				width: 150px;
				background-image: url(../images/sponsors_bg.jpg);
			}
				.sponsors a:hover {
					background-position: 0px -40px;
					text-decoration: none;
				}
				.sponsors span {
					display: none;
				}


		#logo_pe {
			position: absolute;
			top: -59px;
			right: 0px;
		}
		#logo_es {
			position: absolute;
			bottom: 0px;
			right: 0px;
		}
		#nav {
			height: 266px;
			width: 267px;
			background-color: #000000;
			position: absolute;
			top: 104px;
			left: 357px;
			text-align: center;
		}
			#nav ul {
				margin: 8px 0px 0px 0px;
			
				list-style: none;
				padding: 0px;
				
			}
				#nav li {
					margin-top: 4px;
				}
			#nav a {
			font-size: 13px;
				color: #ffffff;
				font-family: arial;
				text-decoration: none;
			}
			#nav a:hover {
				color: #ffffff;
				text-decoration: underline;
			}

.clear {
	clear: both;
}



h1, h2, p, a {
	font-family: arial;
	color: #333333;
}
a {
}

h1, h2 {
	margin: 5px 0px 0px 0px;
	padding: 0px;
}
h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	color: #555555;
}
p {
	font-size: 12px;
}



input.sponsor_name, input.sponsor_url {
	width: 250px;
}




#dhtmltooltip{
position: absolute;
width: 100px;
padding: 2px;
font-family: arial;
color: #989898;
font-size: 11px;
text-align: center;
background-color: #1c1c1c;
visibility: hidden;
z-index: 100;
}
