@font-face{
    font-family: 'riesling';
    src: url('index/riesling.ttf') format('truetype')
}
body,div,ul,ol,li,h1,h2,h3,h4,h5,h6,fieldset{ 
	margin:0px;
	padding:0px;
}
html{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
body{
	background-image: url(index/back.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: table;
	overflow-y: hidden;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}
table {
	border-collapse:collapse;
	border-spacing:0px;
}
fieldset,img{ 
	border:0px;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
a {
	outline: 0px;
	text-decoration: none;
}
.container{
	display: table-cell;
    text-align: center;
	vertical-align: top;
	padding: 0px;
}
.clr {
	clear: both;
}
.container > header{
    display: inline-block;
    text-align: left;
}
.container > header h1{
	font-family: 'riesling';
	font-size: 140px;
	line-height: 100%;
	font-weight: normal;
	color: #FF00F4;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
	padding: 0px 0px 5px 0px;
	text-align: center;
	letter-spacing: 1px;
}

.footer {
	font-family: 'riesling';
	position: absolute;
	bottom: 1px;
	width: 100%;
	height: 15px;
	text-align: center;
}
.footer-top{
	width: 100%;
	position: relative;
}
.footer-top a{
	padding: 0px 10px;
	display: block;
	float: left;
}
.footer-top span.right{
	float: right;
}
.footer-top span.right a{
	float: none;
	display: inline;
}
p.footer{
	display: block;
	padding: 0px 0px;
}
p.footer a,
p.footer a.current,
p.footer a.current:hover{
	font-family: 'riesling';
	display: inline-block;
	padding: 0px;
	font-size: 30px;
	letter-spacing: 2px;
	margin: 0px;
	color: #FF00F4;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
p.footer a:hover{
	color: #FF0000;
}
p.footer a:active{
	color: #FF0000;
}
p.footer a.current,
p.footer a.current:hover{
}

@media screen and (max-width: 980px) { 
.container > header h1{
	font-size: 100px;
}
}

@media screen and (max-width: 650px) {
.container > header h1{
	font-size: 70px;
}
}

@media screen and (max-width: 480px) {
.container > header h1{
	font-size: 60px;
}
}