﻿body {
	background:#404041;
	padding:0;
	width:100%;
	margin:0;
}
* {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
img {
	border:0;
}
div{
	z-index:0;
}
.clear {
	clear:both;
}
.container{
	background-color:#404041;
}
.logo{
	width:100%;
	height:79px;
	background:url('images/bg_logo.png') repeat-x;
	margin-bottom:10px;
}
.logo img{
	margin-left:50px;
}
.line{
	background:url('images/down_lodo.png') no-repeat;
	width:241px;
	height:1px;
}
.bull{
	background:url('images/big_bull.png') no-repeat;
	width:659px;
	height:654px;
	position:relative;
	z-index:1;
}
.text{
	width: 800px;
	float: left;
	margin-bottom: 150px;
}
.text p{
	margin: 10px 0 10 0;
	font-size: 11pt;
	color: #b3b3b3;
}
.text h1{
	font-size:24pt;
	color:#f7941d;
	margin:0;
	margin-bottom:15px;
}
.text h2{
	font-size:12pt;
	color:#f7941d;
	margin:0;
	margin-top:15px;
	margin-bottom:15px;
}
.box{
	width:548px;
	position:absolute;
	z-index:2;
	top:165px;
	left:280px;
	height:100%;
}
.footer {
	margin: 50px auto auto auto;
	font-size: 8pt;
}
.footer p {
	color: #b3b3b3;
	font-size: 8pt;
}
.footer a {
	color: #b3b3b3;
	font-size: 8pt;
	text-decoration: none;
}

