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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
}

.background {
	clear:both;
	width:100%;
	height:2200px;
	background-image:url(../images/background.jpg);
	background-repeat:none;
	background-position:top;
}

.container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

a:link {
	color: #AF4949;
}
a:visited {
	color: #AF4949;
}
a:hover {
	color: #E15E59;
}
a:active {
	color: #AF4949;
}

.left {
	position:relative;
	float:left;
	margin-left:20px;
	margin-right:10px;
}

.right {
	position:relative;
	float:right;
	margin: 20px;
	margin-left:10px;

}

.topup {
	position:relative;
	width:960px;
}

.grey {
	background-image:url(../images/grey.png);
	background-repeat:repeat;
}

.title {
	font-family:Arial;
	font-size:1.4em;
	font-weight:bold;
	color:#af4949;
	line-height:1.6em;
}

.sub_title {
	font-weight:bold;
	font-size:1.2em;
	color:#b3b774;
	line-height:0.2em;
	}

.reg_text {
	font-family:Arial;
	font-size:1em;
	color:#efefef;
	line-height:1.4em;
}
	
.box_one {
	position:relative;
	width:430px;
	padding: 10px 10px 15px 10px;
	margin-top: 0px;
}

.box_two {
	position:relative;
	width:430px;
	padding: 10px 10px 15px 10px;
	margin-right:20px;
	margin-left:10px;
	margin-top: 0px;
}

.box_three {
	position:relative;
	width:900px;
	padding: 10px 10px 15px 10px;
	margin-top: 0px;
}

.box_four {
	position:relative;
	width:900px;
	padding: 10px 10px 15px 10px;
	margin-top: 20px;
}

.box_five {
	position:relative;
	width:900px;
	padding: 10px 10px 15px 10px;
	margin-top: 20px;
}

.box_six {
	position:relative;
	width:900px;
	padding: 10px 10px 15px 10px;
	margin-top: 20px;
}

.fci_skull_logo {
	position:relative;
	margin:30px 50px 0 0;
}

.warning {
	font-weight:bold;
	font-size:0.8em;
	color:#B26796;
	line-height:0.2em;
}

.minitext {
	font-weight:100;
	font-size:0.7em;
	color:#FFF;
	line-height:0.8em;
}

.footer {
	font-weight:100;
	font-size:0.8em;
	color:#7C997D;
	line-height:0.8em;
}