@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

html{
	width: 100%;
	height: 100%;
}

:focus {outline: 0;}
.clear {clear: both;}
.skip {display: none;}
.hide {display: none;}
.visible {visibility: visible;}
.left {float: left;}
.right {float: right;}

/* ********** DEFAULT STYLES ********** */
body {
	background: #111 url(images/bg_thin.png) top center repeat-x;
	height: 100%;
	font-family:Tahoma, Geneva, sans-serif;
	color:#f5f5f5;
	font-size:12px;
}
p {
	padding: 10px 0;
}
p bold, p strong{
	font-weight: bold;
}
.center{
	text-align: center;	
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
a{
	text-decoration: none;
	color: #79bb24;
	font-weight:bold;
	padding:1px;
}
a:hover{
	text-decoration: none;
	color: #cad1c1;
	padding:1px;
}

#container{
	width:990px;
	margin:0 auto;
	background: url(images/boxes.png) top repeat-y;
	min-height:100%;
	padding-top:5px;
}
#content{
	height:184px;
	width:735px;
	float:left;
}
#left{
	float:left;
	width:255px;
}
#logo{
	width:480px;
	float:left;
	text-align:center;
}
#verif, #info,#packages{
	width:470px;
	margin:20px 0 0 255px;
	text-align:center;
	float:left;
	padding:5px;
	font-size:16px;
	font-weight:bold;
	text-shadow: 0 -1px 0 #444;
}
.blackshadow{
	text-shadow: 0 -1px 0 #000;
	color:#aa0000;
}
#verif-link{
	width:176px;
	height:40px;
	margin:25px auto 0 auto;
}
	#verif-link a{
		width:176px;
		height:38px;
		display:block;
		margin:0;
	}
	#verif-link a:hover{
		background-position:0 -40px;
	}
	#verif-link .link{
		background:transparent url(images/launch_btn.png) no-repeat;
	}
#fbconnect-link{
	width:176px;
	height:40px;
	margin:25px auto 0 auto;
}
	#fbconnect-link a{
		width:176px;
		height:38px;
		display:block;
		margin:0;
	}
	#fbconnect-link a:hover{
		/* May need to add new hover sprites to this
		background-position:0 -40px;
		*/
	}
	#fbconnect-link .link{
		background:transparent url(images/connect_with_facebook.png) no-repeat;
	}	
#help{
	width:245px;
	float:left;
	text-align:right;
	padding: 0 5px;
}
#help-text{
	text-align:left;
}
ol{
	margin-left:20px;
}
#launch{
	clear:both;
	text-align:center;
}
#fbfan{
	background:#f6f6f6;
	width:220px;
	margin:10px 0;
}
	#fbfan a{
		text-decoration: none;
		color: #79bb24;
		font-weight:bold;
		padding:1px;
	}
#packages{
	text-align:left;
	margin-top:20px;
}
#footer{
	text-align:center;
	margin:10px 0;
	padding-bottom: 10px;
	font-size:10px;
	color:#aaa;
}
	#footer a{
		color:#ccc;
	}
	#footer a:hover{
		color:#aaa;
	}