﻿*{
	margin:0;
	padding:0;
}

html{
	background-color: #000000;
}
body{
	font: 13px/1.3 'Segoe UI',Arial, sans-serif;
	color: #999;
	background-color: #000000;
}

#top{
	background:url('../img/top.jpg') repeat-x;
	height:31px;
}

#page{
	background-position: center top;
	background: center
top;
	width: 476px;
	background-color: #000000;
	height: 297px;
}

h1{
	background:url('../img/logo.png') no-repeat;
	text-indent:-999999px;
	overflow:hidden;
	height:52px;
	margin: 75px 0;
}

#container{
	width: 476px;
	height: 297px;
	margin: 0 auto;
	overflow: hidden;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#container ul{
	list-style:none;
}

#page{
	width: 476px;
	border-top: 1px solid transparent;
	border-top-width: 0px;
}

.credit{
	text-align:center;
	padding: 20px 0 100px;
	font-size:10px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	color:#97cae6;
}

a:hover{
	text-decoration:underline;
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:70px;
	bottom:0;
	left:0;
	z-index: 100000;
}

#footer h2{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:22px 0;
	position:absolute;
	width:400px;
	color:#eee;
}

#footer a.tzine,a.tzine:visited{
	background:url("../img/tzine.png") no-repeat right top;
	border:none;
	text-decoration:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}