body {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 79%;
margin: 0;
padding: 0;
color: #363636;
text-align: center;
background-color: #000;
}

h1 {
margin-top: 20px;
font-size: 1em;
}

p {
margin-top: 20px
font-size: .4em;
}

a img {
border: none;
}

a:link {
color: #555;
text-decoration: underline;
}
a:visited {
color: #555;
text-decoration: underline;
}
a:hover, a:active, a:focus {
color: #222;
text-decoration: none;
}

#outer {
width: 100%;
background-color: #000;
}

#container {
	width: 100%;
	background: #fff;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

