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

body{
	margin:0px;
	padding:0px;
	background:#0f151b url(../images/right-bg.jpg) repeat-y right;
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}



#logo{
	position:absolute;
	top:10%;
	right:10%;
}

#slogan{
	position:absolute;
	top:30%;
	right:10%;
		width:135px;
	height:20px;
}

#email{
	position:absolute;
	bottom:10%;
	right:10%;
		width:215px;
	height:20px;
}

h1{
	display:block;
	text-indent:-9999px;
	background:url(../images/coming-soon.png) no-repeat;
	width:135px;
	height:20px;
}

h2{
	display:block;
	text-indent:-9999px;
	background:url(../images/email.png) no-repeat;
	width:215px;
	height:20px;
}

h2:hover{
	background:url(../images/email-hover.png) no-repeat;
	}
	
	#hidden{
		position:absolute;
		top:-9999px;
	}
