/* --------------------- GLOBAL --------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
}

body,
td, th,
input, select, option, textarea {
	/* font-family: "Times New Roman", Times, serif;
	font-size: 18px; */
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover, a.active {
	color: #ee0000;
	/*text-decoration: underline;*/
}
/* --------------------- LAYOUT --------------------- */
html, body {
  	height:100%;
  	width:100%;
}
html {
	display:table;
}
body {
	background-color: #000000;
	height:100%;
  	width:100%;
  	display:table-cell;
  	vertical-align:middle;
  	text-align:center;
}
#baner{
	margin:0 auto;
}

#pomin{
	margin-top: 30px;
	color: #333333;
	font-size: 12px;
}

