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

body {
	background-color: white;
	font-family: 'Terminal Dosis', sans-serif;
}

.clear {
	clear: both;
}
	
#wrapper {
	width: 960px;
	margin: 30px auto;
}

a, a:visited {
	font-size: 26px;
	color: white;
	text-decoration: none;
}

a:hover {
	border-bottom: 2px dotted white;
}

h1 {
	text-align: center;
	font-size: 100pt;
}

h1:first-letter {
	color: white;
}

#header {
	border-top: 5px solid black;
	border-bottom: 5px solid black;
	height: 200px;
	background-color: #d2d546;
}

#header p {
	text-align: center;
	letter-spacing: 5px;
}

#picture {
	float: left;
	width: 70%;
	height: 500px;
	background: url('alien.png') no-repeat;
}

#navigation {
	color: white;
	float: left;
	width: 22%;
	height: 440px;
	background-color: black;
	font-size: 32pt;
	text-decoration: none;
	padding-left: 8%;
	padding-top: 60px;
}

ul {
	list-style: none;
}

#content {
	padding: 20px;
	width: 100%
	height: 100px;
}	

#footer {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	color: white;
	background-color: black;
	-moz-border-radius: 10px;
	border-bottom-radius: 10px;
}


