body {
	margin: 0 auto;
	padding: 0 auto;
	height: 100%;
	text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: 400;
	font-smooth: always;
	background:  #2b2b2b;
}

* html body {
	font-weight: 600;
	font-family: Helvetica, sans-serif;
}

a {
	color: white;
}

#container {
	width: 1000px;
	border-top: none;
	margin: 0 auto;
	padding: 0 auto;
	text-align: center;
	background: #2b2b2b;
}

#container a {
	color:black;
}

#header {
	width: 1000px;
	height: 25px;
}

#content {
	width: 1000px;
	height: 530px;
	color: white;
}

#content a {
	color: white;
}

#left { 
	width: 300px;
	height: 530px;
	float: left;
}

#center {
	width: 400px;
	height: 530px;
	float: left;
	background: url(../images/css/logo.png) no-repeat;
}

#right {
	width: 300px;
	height: 280px;
	float: right;
	padding-top: 150px;
}

#iphone {
	width: 137px;
	height: 259px;
	padding-top: 52px;
	padding-left: 13px;
	background: url(../images/css/iphone.png) no-repeat;
}

#iphoneside {
	width: 274px;
	height: 189px;
	padding-top: 11px;
	padding-left: 10px;
	background: url(../images/css/iphone_side.png) no-repeat;
}


#footer {
	width: 936px;
	height: 90px;
	margin-left: 88px;
	text-align: left;
	font-size: 90%;
}

#footer a {
	color: #eeeeee;
}
