body {
	background: repeat-x url(../images/bg.png) #000;
	font: normal 11px/17px "Lucida Grande", Arial, Verdana;
	color: #000;
	margin: 0;
	padding: 0;
}

/* Main */

#wrapper {
	width: 1200px;
}	

#header {
	background: no-repeat url(../images/cosmiccloud.png);
	width: 185px;
	height: 64px;
	position: absolute;
}

#icon a{
	background: no-repeat url(../images/middle3.png);
	width: 592px;
	height: 650px;
	margin: 0px auto;
	text-indent: -4000px;
	display: block;
	position: relative;
}

#button {
	background: none;
	margin-right: 8px;
	width: 121px;
	height: 26px;
	float: right;
	margin-top: -2px;
}

#button:hover {
	background: no-repeat url(../images/button.png);
	width: 121px;
	height: 26px;
	float: right;
}

#button p {
	position: relative;
	top: -8px;
	left: 6px;
}

#button p a:hover {
	text-decoration: none;
}

#footer {
	margin: 0px auto;
	color: #333;
	padding-top: 80px;
	padding-bottom: 20px;
	width: 100%;
	text-align: center;
}

#footer a:link, a:visited {
	text-decoration: none;
	color: #333;
}

#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
