@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font: normal 11px/14px Arial, sans-serif;
	color: #cecece;
	background: url(http://www.itouchwallpaper.com/images/bg.png) center repeat-y;
}

.header {
	background-color:#fff;
	width: 976px;
	height: 81px;
}

.header .logo {
	margin-left:15px;
	float: left;
	width: 270px;
	height: 80px;
}

.wrap {
	width: 976px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}

h2 {
	font-size:12px;
}

.left {
	width:165px;
	padding:25px 5px;
	float:left;
}

.right {
	width:340px;
	padding:25px 5px;	
	float:right;

}

.content {
	width:425px;
	padding:25px 5px;	
	margin-left:5px;
	float:left;
}

.wallpaper {
	width:180px;
	height:300px;
	padding:10px;
	margin:4px;
	float:left;
	background-color:#535355;
	border-left:1px solid #585858;
	border-top:1px solid #585858;
	border-right:1px solid #494949;
	border-bottom:1px solid #494949;
}

.itouch {
	margin-left:20px;
}

#footer {
	width:976px;
	height:85px;
	float:left;
}