@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Khand|Jockey+One);


/* Style Index ========================

	01: reset
	02: structure

==================================== */



/*
01. reset
-------------------------------------*/
* {margin:0;padding:0;}

html {
	height:100%;
	background:#333 url(images/bg.jpg) repeat 0 0;
}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color:rgba(51,51,51,0.7);
	font-size:10px;
}

p, h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, address {
	margin:0;
	padding:0;
	color:#999;
	line-height:1.4;
}
		
ul, ol, dl, table, form {
	margin:0;
	padding:0;
}

input, select {
	margin:0;
	padding:0; 
	color:#999;
}

img {
	border:none;
	vertical-align:bottom;
}

table{
	border-collapse: collapse; 
	border-spacing:0;
}

ul, ol {list-style:none;}

br {letter-spacing:0;}

a:link {color:#ccc;}
a:visited {color:#e0e0e0;}
a:hover {color:#fff;}
a:active {color:#fff;}



/*
02. structure
-------------------------------------*/
div#container {
	position:absolute;
	width:200px;
	height:100px;
	margin:0 auto;
	padding:0;
	top:50%;
	left:50%;
	margin-left:-100px;
	margin-top:-50px;
	text-align:center;
}

h1 {
	font-family:'Jockey One', sans-serif;
	font-size:60px;
	line-height:100px;
	letter-spacing:4px;
}



