@charset "UTF-8";
body {
	background-color: #000;
}
.indextab {
	background-image: url(img/indexpict2.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 1200px;
}
.indextabcont {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F9A800;
	float: left;
	width: 500px;
	margin-top: 230px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 150px;
	text-align: center;
}
.indextext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F9A800;
	margin-top: 10px;
	margin: auto;
	margin-bottom: 10px;
	text-align: left;
}

p {
	width: 700px;
	margin-left: 100px;
	text-justify:distribute;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFC;
	text-decoration: none;
}
h1 {
	font-family: 'Poiret One', normal;
	font-weight:400;
	font-size: 1.5em;
	margin-left: 80px;
	margin-bottom: 10px;
	
}

h2 {
	font-family: 'Poiret One', normal;
	font-weight:400;
	font-size: 2em;
	margin-left: 80px;
	margin-top:10px;
	}
	
h3 {
	font-family: 'Poiret One', normal;
	font-weight:400;
	font-size: 3em;
	margin: 30px auto 0px 50px;
	color:rgba(148, 255, 255, 0.6);
}
.sidslut {
	width: 1200px;
	background-color:rgba(51, 0, 0, 0.5);
	height: 30px;
	text-align:center;
	padding: 15px;
	margin:auto auto 10px auto;
}