/* - - - - - - - - - - - - - - - - - - - - -

Title : Stylesheet
Author : Jay Hollywood | Relative Magazine
URL : www.relativemagazine.com

Description : Relative Stylesheet



- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
html{
margin:0;
padding:0;
height: 100%;
}

body{
margin:0;
padding:0;
height: 100%;
background: #000;
}

/* ----- IDS ----- */

#container{
	width:770px;
	padding:0;
	margin: 0 auto; /* negative value must be the same height as footer (for stickyness) */ 
}

#header {
	width: 770px;
	margin: 0 0 15px 0;
	float: left;
	}
	
#splashcontainer {
	width: 398px;
	margin: 20px auto 0;
	}

	
#splash {
	width: 398px;
	height: 568px;
	display: block;
	background: url(/poster.gif);
	float: left;
	}

#buttons {
	float: left;
	margin: 20px 0;
	}

#facebook {
	float: left;
	}

#enter {
	float: right;
	}

#content {
	width: 770px;
	}

#mailinglist {
	width: 244px;
	height: 117px;
	float: right;
	margin: 20px 0 0 0;
	}

#myAlternativeContent p {
	color: #fff;
	}

/* ----- CLASSES ----- */

.box{
	width:186px;
	float: left;
	margin: 0 8px 0 0;
	height: 190px;
}

.box2{
	width:186px;
	float: left;
	margin: 0;
	height: 190px;
}

.box p, .box2 p {
	color: #9f9f9f;
	text-align: left;
	}

.step {
	margin: 10px 40px 0 0;
	font-weight: bold;
	}


/* ----- PARAGRAPHS ----- */

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: .7em;
	line-height: 18px;
	text-align:justify;
}

/* ----- IMAGES ----- */

img{
border:0;
}

/* ----- LINKS ----- */

a, a:visited{
color:#000;
outline: none;
text-decoration:none;
font-weight: bold;
}

a:hover{
color: #666;
}

input.email {
	font-size: 11px;
	color: #333;
	margin: 0;
	width: 180px;
	}

input#submit {
	font-size: 11px;
	
	}

#emailsend {
float: left;
}


