
html{
	margin:0px;
	height:100%;
	width:100%;
	padding:0px;
}


body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-image:url(images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#f4f5f0;
}


#wrapper{
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-left:10px;
	padding-right:10px;
	
}


.left
{
	height:auto;
	width: 550px;
	float:left;
	margin-left:30px;
	
}

.right
{
	
	height:auto;
	float:left;
	width:310px;
	margin:20px 0px 0px 0px;
}

.logo
{
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	height:49px;
	width: 550px;
	margin-top:15px;
	float:left;
	
}

.desc
{
	background-image:url(images/desc.png);
	width:492px;
	height:251px;
	margin-top:10px;
	float:left;
}

.sketches
{
	background-image:url(images/sketches.png);
	background-repeat:no-repeat;
	height:25px;
		width: 550px;
	margin-top:30px;
	float:left;
	margin-bottom:10px;
}

.iphone
{
	background-image:url(images/iphone2.png);
	background-repeat:no-repeat;
	height:572px;
	width:306px;
	margin:20px 0px 0px 0x;
	float:left;
	
}

.sketchImg
{
	margin-top:5px;
}

.story{
	background-image:url(images/story.png);
	background-repeat:no-repeat;
	height:30px;
	width:550px;
	margin-top:47px;
	float:left;
	margin-bottom:5px;
}

.storyCont
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.8em;
	padding-right:30px;
	margin-bottom:60px;
}

.icodez
{
	background-image:url(images/icodez.png);
	background-repeat:no-repeat;
	height:25px;
	width:310px;
	margin-top:12px;
	float:left;
	margin-bottom:10px;
}

.icodezCont
{
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	font-size:0.8em;
}