/* CSS Document */

body {
	background-color: #000000;
	color:#FFFFFF;
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

p {
text-align:center;
}

.large_bold {
	font-size:xx-large;
	font-weight: bold;
}

#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

}

#navigation {
		
}



#navigation ul {

}


#navigation ul li {

	
}

a {
	font-size: 34px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	border-bottom-style: none;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;	
}

#w3_valid {
	left:590px;
	width:200px;
	height:40px;
	bottom: -50px;
	position: absolute;
	padding: 5px;	
}

#w3_valid img {
border-style: none;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
	position:relative; 
	
	}

