/*   ------------------------------------------------  PVII CSS Layout Magic  Copyright (c) 2007 Project Seven Development  www.projectseven.com  10: 1Col_Fixed  ------------------------------------------------*/body {	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 100%;	color: #000000;	background-color: #000000;	margin: 100px;	padding: 0;}a:focus {outline: none;}a img { border: 0 none;}#wrapper {	position: absolute;	width: 800px;	height: 500px;	margin: -250px 0px 0px -400px;	top: 50%;	left: 50%;	background-color: #333;}#center {	width: 800px;}#center .content {	padding: 110px 12px 0px 0px;	font-size: 11px;	line-height: 14px;	color: #999;}h1 {	font-size: 30px;	margin: 30px 0 0 0;	font-weight: normal;	text-align: center;}h2 {	font-size: 18px;	margin: 10px 0 0 0;	text-align: center;	font-weight: normal;}h3 {	font-size: 1.25em;	margin: 30px 0 0 0;}h4 {	font-size: 1.1em;	margin: 20px 0 0 0;}.nomargintop {	margin-top: 0;}.content p {	margin: 0;	text-align: center;}