#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	text-align: center;
}
body { 
	background-color: #000;
}#content {
	padding-right: 10px;
	padding-left: 10px;
}
#footer {
	text-align: center;
}
h1 {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
}
p {
	color:#FFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 14px;
}
p.sociallinks { 
	color:#FFF;
	text-align: center;
}
p.mainlinks {
	font-size: 24px;
	text-align:center;
}
p.fallout {
	color: #999;
	font-family:"Courier New", Courier, monospace;
	text-align:center;
	font-size: 12px;
}
a {
	color: #FF0;
	text-decoration: none;
}