/* R E S E T
--------------------------------------------------------------------------------------------*/
* {	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}

/* G L O B A L
--------------------------------------------------------------------------------------------*/
	body {
		/* Layout */
		background: #F7F4ED url(../images/new/bg.gif) repeat scroll 0 0;
		padding: 3px 0 0;
		/* Typography */
		color: #CCC;
		font-size: 12px;
		font-family: Georgia;
		line-height: 18px;
		/* Misc */
		}


/*  L A Y O U Y
--------------------------------------------------------------------------------------------*/
a { color: #FFF; text-decoration: none; font-family: "Lucida Grande"; font-weight: lighter; }

/*  L A Y O U Y
--------------------------------------------------------------------------------------------*/
#contact {
	background: transparent url(../images/new/contact_bg.png) repeat 0 0;
	float: left;
	display: inline;
	height: 100px;
	width: 600px;
	font-size: 11px;
	font-family: Helvetica;
	color: #FFF;
	line-height: 14px;
	}

span#pull {
	float: left;
	display: inline;
	}

span#pull a {
	background: transparent url(../images/new/contact.png) no-repeat 0 0;
	height: 24px;
	width: 70px;
	display: block;
	text-indent: -9999px;
	}

#wrapper {
	width: 234px;
	height: 424px;
	
	margin-top: -212px;
	margin-left: -117px;
	
	top: 50%;
	left: 50%;
	position: absolute;
	
	}

h1 {
	margin-bottom: 100px;
	}

#powered {
	width: 216px;
	height: 30px;

	text-indent: -9999px;

	opacity: 0.9;

	margin: 0 auto;
	background: url(../images/new/squarespace.png) no-repeat;
	}
	
#powered a {
	display: block;
	height: 30px;
	}
	
#powered:hover {
	opacity: 1;
	}
