@charset "utf-8";
body {
	font: 100%/1.2 Verdana, Arial, Helvetica, sans-serif;
	background: #000 url("img/back.jpg") top center fixed no-repeat;
	margin: 0;
	padding: 0;
	color: #f2ecba;
}
@font-face {
	font-family: "ALoveofThunderRegular";
	src: url("fonts/a_love_of_thunder-webfont.eot");
	src: local("☺"), url("fonts/a_love_of_thunder-webfont.woff") format("woff"), url("fonts/a_love_of_thunder-webfont.ttf") format("truetype"), url("fonts/a_love_of_thunder-webfont.svg#webfontzOuOgSp0") format("svg");
	font-weight: normal;
	font-style: normal;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	padding:0;
}
h1, h2, h3 {
	font-family:"ALoveofThunderRegular", Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	line-height:1;
}
h1 {font-size:200%;
	color:#F90;}
h2 {font-size:160%;
	color:#F90;}
h3 {font-size:120%;}
p {
	margin:0 0 10px 20px;	
}
a img { 
	border: none;
}

a:link, a:visited {
	color: #FF0;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #F00;
}


.container {
	width: 960px;
	margin: 0 auto; 
}


.content {
	padding: 10px 0;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.social {
	margin:20px 0;
	text-align:center;	
}