* {
	border: 0;
	margin: 0;
	padding: 0;	
}

html {
	height: 100%;
}

body {
	background-color: #000000;
	color: #CCCCCC;
	height: 100%;
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-attachment: fixed;
	font-family: Century Gothic, Georgia, Times, serif;
}

#content {
	width: 700px;
	height: 330px;
	margin: -250px 0 0 -350px;
	top: 50%;
	left: 50%;
	position: absolute;
}

#logo {
	width: 250px;
	float: left;
	margin: 15px 0 0 0;
}

#text {
	width: 450px;
	float: left;
}

#text h1 {
	color: #000000;
	background-color: #F6EB14;
	padding: 14px 10px;
	font-size: 1em;
}

#text h2 {
	color: #000000;
	background-color: #A4CE39;
	padding: 10px;
	font-size: 0.9em;
	font-weight: normal;
}

#text p {
	color: #000000;
	background-color: #ED2690;
	padding: 10px;
	font-size: 0.9em;
	font-weight: normal;
}

#text a {
	color: #F6EB14;
	text-decoration: none;
}

#text a:hover {
	color: #A4CE39;
	text-decoration: underline;
}

#text h2 a:hover {
	color: #ED2690;
}

#sponsors {
	width: 450px;
	background-color: white;
	float: left;
}

#sponsors h3, #donations h3 {
	color: black;
	padding: 10px;
	font-size: 0.85em;
	font-weight: normal;
}

#sponsors h4 {
	padding: 10px;
}

#sponsors h4 img {
	padding: 0 0 0 30px;
}

#links {
	width: 450px;
	margin-top: 10px;
	text-align: right;
	float: left;
}


#commun {
	position: fixed;
	bottom: 5px;
	right: 5px;
	background-color: #FFFFFF;
	padding: 3px;
}

#commun a {
	color: #000000;
	text-decoration: none;
	font-size: 0.75em;
}

#commun a:hover {
	color: #ED2690;
}

