html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	color:#fff;
	font-size:12px;
	font-family:"Arial";
}
* {
	margin:0px;
	padding:0px;
}
body {
	background:#000 url('../images/bg_main.png') left top repeat;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header_main_ru-RU {
	position:relative;
	width:1000px;
	height:375px;	
	margin:10% auto 0 auto;
	color:#fff;
	background:transparent url('../images/bg_header_ru.png') center bottom no-repeat;
}
#header_ru-RU {
	position:relative;
	width:1000px;
	height:375px;
	margin:0px auto;	
	padding:0px;
	color:#fff;
	background:transparent url('../images/bg_header_ru.png') center bottom no-repeat;
}
#header_main_ro-RO {
	position:relative;
	width:1000px;
	height:375px;	
	margin:10% auto 0 auto;
	color:#fff;
	background:transparent url('../images/bg_header_ro.png') center bottom no-repeat;
}
#header_ro-RO {
	position:relative;
	width:1000px;
	height:375px;
	margin:0px auto;	
	padding:0px;
	color:#fff;
	background:transparent url('../images/bg_header_ro.png') center bottom no-repeat;
}
#wrapper_main {
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	min-height: -webkit-calc(100% - 61px);
    min-height: -moz-calc(100% - 61px);
    min-height: calc(100% - 61px);
}
#wrapper {
	width:1000px;
	margin:0px auto;
}
#wrapper_footer {
	border-top:1px solid #212121;
	width:1000px;
	margin:0px auto;
}
#footer {
	position:relative;
	height:61px;
	margin: 0px;
	padding:0px;
}
#clear {
	clear:both;
 }