﻿/*----------------------------------------------*/
/* -= www.slayproject.com =- 30/11/2009         */
/*----------------------------------------------*/

/* ------------------------------------------------------------------ */
/* general */

body { 
	margin: 0;
	padding: 0;
	background-color: #000;
}
a {
	text-decoration: none;
	color: #434343;
}
a:hover {
	text-decoration: underline;
}

img { border: 0 }
img, div { behavior: url("i/iepngfix.htc") }

/* ------------------------------------------------------------------ */
/* intro */

#bx-intro {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -300px;
	width: 720px;
	height: 600px;
	background: url("i/introbg.jpg") no-repeat
}
#bx-intro a {
	position: absolute;
	background: url("i/sprite-btns.gif") no-repeat;
	cursor: pointer
}
#bx-intro a.home { left: 291px; top: 425px; width: 62px; height: 46px; background-position: 0 0 } 
#bx-intro a.community { left: 361px; top: 421px; width: 63px; height: 46px; background-position: 0 -47px } 
#bx-intro a.gallery { left: 432px; top: 418px; width: 64px; height: 45px; background-position: 0 -94px } 
#bx-intro a.myspace { left: 503px; top: 414px; width: 63px; height: 45px; background-position: 0 -140px } 
#bx-intro a.youtube { left: 574px; top: 409px; width: 63px; height: 47px; background-position: 0 -186px } 

#bx-intro a.home:hover { background-position: -64px 0px } 
#bx-intro a.community:hover { background-position: -64px -47px } 
#bx-intro a.gallery:hover { background-position: -64px -94px } 
#bx-intro a.myspace:hover { background-position: -64px -140px } 
#bx-intro a.youtube:hover { background-position: -64px -186px } 

#bx-intro .titles {
	position: absolute;
	right: 80px;
	top: 460px;
}
#bx-intro .titles div {
	display: none;
	width: 265px;
	background: url("i/sprite-titles.png") no-repeat
}
#bx-intro .titles div#title-home { height: 28px; background-position: 0 0 }
#bx-intro .titles div#title-community { height: 30px; background-position: 0 -30px }
#bx-intro .titles div#title-gallery { height: 31px; background-position: 0 -62px }
#bx-intro .titles div#title-myspace { height: 30px; background-position: 0 -95px }
#bx-intro .titles div#title-youtube { height: 36px; background-position: 0 -126px }

/* ------------------------------------------------------------------ */
/* footer */

.copyright {
	position: absolute;
	right: 15px;
	bottom: 15px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #303030;
}
