@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	background:url(../assets/backgrounds/body-bg.png);
}

.wrapper {
	width:1020px;
	height:auto;
	margin:0 auto;
	text-align:center;
}

.background {
	width:auto;
	position:auto;
	top:center;
	bottom:center;
	left:center;
	right:center;
	z-index:100;
	background-color:rgba(255,255,0,0.0);
	background:url(../assets/backgrounds/panel-bg.png);
	visibility:visible;
}

.image {
	width:auto;
	height:auto;
	text-align:center;
}

.thumbnail {
	width:auto;
	height:auto;
	text-align:center;
}

.spacer {
	width:auto;
	height:auto;
	text-align:left;
}

.text {
	width:auto;
	height:auto;
}

.header {
	width:auto;
	height:auto;
	color:#FFF;
	padding:12px;
	text-align:center;
	background:url(../assets/backgrounds/panel-bg.png);
}

.headline {	
	width:auto;
	height:auto;
	color:#FFF;
	padding:12px;
	text-align:center;
	background:url(../assets/backgrounds/panel-bg.png);
}

.headline_text {
	font-family: 'Arial', sans-serif;
	text-align:center;
	color:#FFF;
}

.title {
	height:60px;
	padding:12px;
	font-size:24px;
	color:#FFF;
	text-align:left;
	background:url(../assets/backgrounds/top-bg.png);
}

.b1 {
	font-family: 'Arial', sans-serif;
	font-size:11px;
	text-align:left;
	line-height:auto;
	color:#FFF;
	padding:12px;
	width:auto;
	height:auto;
}

.b2 {
	font-family: 'Arial', sans-serif;
	font-size:11px;
	text-align:left;
	line-height:auto;
	color:#FFF;
	padding:12px;
	width:auto;
	height:auto;
}

.v1 {
	padding:0px;
	width:auto;
	height:auto;
}

.v2 {
	font-family: 'Arial', sans-serif;
	font-size:11px;
	text-align:left;
	line-height:auto;
	color:#FFF;
	padding:12px;
	width:auto;
	height:150px;
}

.description {
	font-family: 'Arial', sans-serif;
	font-size:11px;
	text-align:left;
	line-height:auto;
	color:#FFF;
	padding:12px;
	width:auto;
	height: 500px;
}

.links {
	text-align:left;
	padding:12px;
	font-size:11px;
	color:#FFF;	
}

.logo {
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
}

.f1 {
	float:center;
	width:auto;
	height:120px;
	margin:auto;
	text-align:center;
	line-height:120px;
	color:#FFF;
	background:url(../assets/backgrounds/top-bg.png);
}

.f2 {
	float:center;
	width:auto;
	height:auto;
	margin:auto;
	padding:8px;
	text-align:center;
	line-height:120px;
	color:#FFF;
	background:url(../assets/backgrounds/top-bg.png);
}

.f3 {
	float:center;
	width:auto;
	height:auto;
	margin:auto;
	text-align:center;
	color:#FFF;
	background:url(../assets/backgrounds/panel-bg.png);
}

.copyrights {
	font-family: 'Arial', sans-serif;
	float:center;
	width:auto;
	height:auto;
	margin:auto;
	padding:12px;
	font-size:9px;
	text-align:center;
	color:#FFF;
	background:url(../assets/backgrounds/panel-bg.png);
}
