/* CSS Document */

body {
	background-color: #000000;
	margin:100px 0px;
	padding:0px;
	text-align:center;
}

a {
	color:#FFFFFF;
}

a:link { 
	text-decoration: none;
}
a:visited { 
	text-decoration: none;
}
a:hover { 
	text-decoration: underline;
	}
a:active { 
	text-decoration: none;
}

#main-body {
	width:700px;
	margin:0px auto;
	text-align:left;
	background:#000000;
}

#header {
	background-color: transparent;
	font-size:30px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	text-decoration: underline;
	text-align:center;
	color: #FFFFFF;
	margin: 10px;
}

#footer {
	clear:both;
	background-color: transparent;
	text-align:center;
	font-size:12px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #FFFFFF;
	width: 100%;
	position: absolute;
	bottom: 10px;
}

#links {
	float:left;
	font-size:24px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #FFFFFF;
	background-color: transparent;
	margin-top: 50px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 10px;
}

#picture {
	float:right;
	font-size:24px;
	font-family: "Courier New", Courier, monospace;
	font-style: normal;
	color: #FFFFFF;
	background-color: transparent;
	margin: 10px;
}


