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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* */

html {
	width:100%;
	height:100%;
}

body {
	background:url(../images/bg.jpg) repeat-x top #2e3e45;
	width:100%;
	height:100%;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	

}

#body_bg {
	background:url(../images/index.jpg) no-repeat top center ;
	width:100%;
	height:1087px;

}

#body_bg2 {
	background:url(../images/top_bg.jpg) no-repeat top center ;
	width:100%;
	height:1087px;

}


#conteiner {
	width:960px;
	height:1087px;
	margin:0px auto;
	position:relative;
}

.big_button {
	position:absolute;
	width:283px;
	height:102px;
	left: 23px;
	top: 594px;
	
}

.big_button a{
	display:block;	
	width:283px;
	height:102px;
	background-color: #fff;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	color:#000;
}

.main_menu {
	position:absolute;
	width:250px;
	height:41px;
	left: 23px;
	top: 723px;
	
}

.main_menu a{
	display:block;	
	width:100%;
	height:100%;
	background-color: #fff;
	filter:alpha(opacity=0);
	opacity: 0;
	-moz-opacity:0;
	color:#000;
}





.big_button a:hover, .main_menu a:hover{
	display:block;	
	text-decoration:none;
	background-color: #000;
	filter:alpha(opacity=20);
	opacity: 0.2;
	-moz-opacity:0.2;
}


.main_lang {
	position:absolute;
	width:55px;
	height:22px;
	left: 144px;
	top: 5px;
	
}
.main_lang a {
	color:#FFF;
	text-decoration:none;
}
.main_lang a:hover {
	color:#ccc;
}



