body {
	text-align: center;
	background-color:#026000;;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

#background {
	position: relative;
	text-align: left;
	width:800px;
	height:600px;
	background-image: url(../images/background.png);
	margin: 0 auto;
	margin-top: 50px;
}



#home {
	position:absolute;
	top: 220px;
	left: 0px;
	width: 440px;
	height: 300px;
	background-image: url(../images/home.png);
}

#rarebyte {
	cursor: pointer;
	position:absolute;
	top: 540px;
	left: 240px;
	height: 54px;
	width: 170px;
}

#sio2 {
	cursor: pointer;
	position:absolute;
	top: 540px;
	left: 27px;
	height: 54px;
	width: 170px;
}

#itunes {
	cursor: pointer;
	position:absolute;
	top: 490px;
	left: 510px;
	height: 85px;
	width: 265px;
}

#copyright{
	position: relative;
    color: white;
	text-align: center;
	margin: 0 auto;
}

a.copyright:link {color:white; text-decoration:none}
a.copyright:visited {color:white; text-decoration:none}
a.copyright:active {color:white; text-decoration:none}
a.copyright:hover {color:white; text-decoration:underline}