@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,600,700,800|Tauri);
@font-face
{
font-family: site-font;
src: url(../Bagally.ttf);
}
a
{
	text-decoration:none;
}
body, html
{
	height:100%;
	width:100%;
	font-family: Dosis;
	margin:0;
	padding:0;
	text-rendering: optimizelegibility;
}
body
{
	background-color:#16000f;
	background-image:url('../images/back.gif');
	background-repeat:no-repeat;
	background-position:left;
	background-size:auto 100%;
}
h1
{
	padding:30px;
	margin:0;
	width:200px;
	float:left;
	text-align:left;
}
p
{
	width:449px;
	margin:0;
	padding:30px;
	float:left;
}
.outer-area
{
	width:100%;
}

.inner-area
{
	width:1000px;
	margin:0 auto;
}
.center
{
	position:absolute;
	top:50%;
	right:50%;
	height:446px;
	width:960px;
	margin-top:-223px;
	margin-right:-500px;
	overflow:hidden;
}
/*.center
{
	position:relative;
	margin:30px auto;
	width:800px;
}*/
.main-button
{
	position:relative;
	color:#fff;
	height:130px;
	width:130px;
	margin:5px;
	text-align:right;
	padding:10px;
	vertical-align:baseline;
	background-color:#fff;
	float:left;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-display
{
	color:#fff;
	height:260px;
	width:920px;
	margin:6px;
	text-align:justify;
	padding:13px;
	display:none;
}
.billing-display
{
	display:block;
}


.launch-button
{
	border-radius:5px;
	background-color:#fff;
	padding: 5px 20px;
	font-weight:800;
	margin-left:290px;
}

.branding
{
	position:relative;
	height:100px;
	width:800px;
	margin-top:10px;
	margin-left:140px;
	color:#fff;
	
}
.branding  h3
			{
			position:relative;
			top:-40px;
			margin-left:40px;
			}
.branding-left h2
{
	position:relative;
	height:100px;
	width:800px;
	top:-85px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	
}

/*.main-button
{
padding:10px;
border-bottom-left-radius:10px;
border-top-left-radius:10px;
margin:3px 0;
color:#333;
font-family: Dosis;
font-weight:600;
font-size:25px;
width:350px;
background-color:#fafafa;
background-image:-moz-linear-gradient(top, #ffffff, #f2f2f2);
background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
background-image:-webkit-linear-gradient(top, #ffffff, #f2f2f2);
background-image:-o-linear-gradient(top, #ffffff, #f2f2f2);
background-image:linear-gradient(to bottom, #ffffff, #f2f2f2);
background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
*/