body {
	background-repeat: repeat;
	background-image: url(http://sanyetlee.com/bodybg.png);
	background-color: #262626;
}

#header {
	width: 735px;
	height: 100px;
	margin-top: 35px;
	position: absolute;
	right: 15%;
	left: 15%;
}

#menu {
	letter-spacing: 1px;
	height: 28px;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#contact a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	float: right;
}

#contact a:hover {
	opacity: 1;
	color: #ff0095;
}

#home a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	float: left;
}

#home a:hover {
	opacity: 1;
	color: #ff0095;
}

#back a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	float: left;
}

#back a:hover {
	opacity: 1;
	color: #ff0095;
}

#content {
	width: 735px;
	height: 600px;
	position: absolute;
	left: 15%;
	right: 15%;
	margin-top: 90px;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
}

#ssp {
}

#add {
	color: #666666;
	text-decoration: none;
	float: left;
	margin-top: 25px;
	line-height: 50px;
	font-size: 16px;
}