body { margin: 0; padding: 0; background-color: black; text-align: center; }

#frame { position: absolute; right: 50%; margin-right: -350px; width: 700px; float: left; padding-top: 20px; padding-bottom: 20px; }
#main { position: absolute; right: 50%; margin-right: -250px; width: 500px; float: left; padding-top: 20px; padding-bottom: 20px; }

#header { width: 100%; float: left; color: white; text-align: left; }
#nav { color: white; text-align: center; width: 100%; float: left; }

.left { float: left; padding-right: 10px;}
.right { float: right; padding-left: 10px; }
.width { float: left; width: 490px; }

a:link , a:visited , a:active { color: white; }
a:hover { color: gray; }

#rcontent { text-align: right; color: white; width: 100%; float: left; }
#lcontent { text-align: left; color: white; width: 100%; float: left; }
#flashcontent {	float: left; height: 525px;	width: 100%; color: #FFFFFF; }

#footer { width: 100%; float: left; color: #8e988d; font-size: x-small; text-align: center; }