body
{
	background:		#f2f2f2;
}

#sitecontainer
{
	width:	900px;
	
	margin-left:	auto;
	margin-right:	auto;
}

#header
{
	background:	url(../images/logo.png) no-repeat left center;
	
	width:	100%;
	height:	55px;
	
	font-size:	14px;
}

.retina #header
{
	background:	url(../images/logo@2x.png) no-repeat left center;
	background-size:	226px 55px;
}

#header .left, #header .right
{
	width:	50%;
	float:	left;
}

#header .left a
{
	display:	block;
	width:	100%;
	height:	55px;
}

#header .right
{
	padding-top:	30px;
	text-align:		right;
}

#container
{
	background:	#FFFFFF url(../images/container.png) no-repeat top center;
	
	padding:	35px;
	padding-right:	0px;
	padding-bottom:	0px;
	
	-webkit-border-radius:	5px;
	-moz-border-radius:		5px;
	border-radius:			5px;
	
	box-shadow:			0px 2px 5px #bfbfbf;
	-moz-box-shadow:	0px 2px 5px #bfbfbf;
	-webkit-box-shadow:	0px 2px 5px #bfbfbf;
	
	/*	IE 6-8	*/
	behavior:	url(includes/libraries/PIE/PIE.php);
}

#footer
{
	margin-top:	8px;
	
	font-size:	12px;
	color:		#5c5c5c;
}


#container > .left
{
	float:	left;
	width:	400px;
}


#container > .right
{
	float:	right;
	width:	400px;
	height:	560px;
	
	background:	url(../images/iPhone.png) no-repeat top center;
}