
/* Begin Typography & Colors */
a img {
	border: 0px solid red;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #29abe2;
	color: #333;
	text-align: center;
	}

#outerwrap {
	position: absolute;
	width: 1px;
	height: 1px;
	left: 50%;
	top: 50%;
	background-color: #29abe2;
	margin-left: -325px;
	margin-top: -269px;
}

#innerwrap {
	width: 650px;
	height: 538px;
	border: solid 0px #DE430B;
	overflow: hidden;
}