body {
	margin:0px; 
	background-color: #222;
}
.logo_img {
	position:relative;
	left:1%;
	top:35px; 
	height:43px; 
	width:386px; 
	cursor:pointer;
	background:url(images/logo_white.png);
}
.top_menu {
	position:relative;
	left:550px;
	top:-32px; 
	width:250px; 
	height:90px;
	cursor:pointer;
}
.top_menu div {
	display:inline; 
	padding-left:5px;
}
.main_position{
	margin-top: -45px;
}
.quote {
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
	font-family: Myriad Pro, Verdana;
	font-size: 19px;
	color: #acacac;
}
.sub_main_header {
	display: block;
	font-family: Myriad Pro, Verdana;
	font-size: 19px;
	/*font-weight: bold;*/
	color: #f26522;
}
.sub_main_text {
	display: block;
	font-family: Myriad Pro, Verdana;
	font-size: 15px;
	color: #eee;
}
.sub_main_text p{
	margin-top: 2px;
	padding-left:5px;
	color: #eee;
}
.screenshot {
	border:1px solid #1b1b1b;
}