@charset "windows-1251";

html {
	background:#231F20;
	height:100%;
}
body{
	background:url(../images/bg.gif) 0 0 repeat;
	color:#fff; 
	font: 16px Tahoma, Arial, Verdana, Helvetica;
	height:100%;
	margin:0; 
	min-height:400px;
	min-width:520px;
	padding:0;
	position:relative;
	width:100%
}
table,td,div,span,hr,h1,h2,h3,h4,form,p,button,select,input,textarea {
	padding: 0;
	margin: 0;
}
table {
	border: 0;
	border-collapse: collapse;
}
img {
	border: 0;
}
a {
	color:#fff;
	text-decoration:none; 
}
a:focus, a:active {
  outline:none;
}
a:hover {
	text-decoration:underline
}

h1 {
	color:#fff;
	font:20px Tahoma, Arial, Helvetica, sans-serif;
	margin:90px 0; 
	padding:0 
}
.global {
	height:400px;
	left:50%;
	margin-left:-260px;
	margin-top:-200px;
	position:absolute;
	text-align:center;
	top:50%;
	width:520px
}
/* ** header ** */
/* ** content ** */
/* ** footer ** */
