* {
    margin: 0;
    padding: 0;
}
html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}
body {
	color: white;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #000;
	background: #121212;
}
#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}
.clear {
	clear: both;
}
img {
	border: none;
}
a {
	border: none;
	outline: none;
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	padding: 0;
}
h3 {
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#cont {
    position:absolute;
    top:0;left:0;bottom:0;right: 0;
    z-index:70;
    overflow:auto;
    padding-top: 150px;
}
.box {
    margin: 0 auto 0 auto;
    width: 960px;
    height: 550px;
}
#wrapper {
	position: relative;
	width: 960px;
	height: 550px;
	overflow: hidden;
}
#header {
	width: 960px;
	height: 30px;
}
#logo {
	position: absolute;
	width: 185px;
	height: 30px;
	top: 0;
	left: 0;
}
#logo a {
	display: block;
	text-indent: -9999px;
	width: 185px;
	height: 30px;
	background: url(/images/logo.png);
}
#menu {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0 0 0 53px;
}
#menu li a {
	display: block;
	text-indent: -9999px;
	height: 30px;
	width: auto;
}
#menu .who {
	background: url(/images/menu_who.png);
	width: 64px;
}
#menu .what {
	background: url(/images/menu_what.png);
	width: 63px;
}
#menu .new {
	background: url(/images/menu_new.png);
	width: 63px;
}
#menu .clients {
	background: url(/images/menu_clients.png);
	width: 38px;
}
#menu .contact {
	background: url(/images/menu_contact.png);
	width: 41px;
}
#content_wrap {
	position: absolute;
	top: 50px;
	left: 0;
	width: 960px;
	height: 330px;
	overflow: hidden;
}
#content {
	position: absolute;
	width: 960px;
	top: 0;
	left: 0;
	z-index: 1000;
}
.side {
	float: left;
	width: 480px;
	height: 330px;
}
.copy {
	position: relative;
	float: right;
	width: 450px;
	height: 300px;
	margin: 15px;
}
.copynewwrap {
	position: absolute;
	top: 15px;
	left: 480px;
	width: 480px;
	height: 330px;
	overflow: hidden;
}
.copynew {
	height: 300px;
	margin: 0 0 0 15px;
	overflow: auto;
}
.scrolltext {
	width: 435px;
}
#front {
	background: url(/images/bg_front.png);
	background: rgba(233, 197, 53, 0.9);
}
#who {
	position: relative;
	background: url(/images/bg_who.png);
	background: rgba(42, 133, 204, 0.9);
}
#new {
	position: relative;
	background: url(/images/bg_new.png);
	background: rgba(60, 181, 48, 0.9);
}
#clients {
	background: url(/images/bg_clients.png);
	background: rgba(222, 31, 90, 0.9);
}
#contact {
	position: relative;
	background: url(/images/bg_contact.png);
	background: rgba(222, 139, 31, 0.9);
}
#grid {
	margin: 0;
	padding: 0;
}
#grid li {
	float: left;
	list-style: none;
	padding:0;
	width: 96px;
	height: 66px;
}
#grid li img {
	border: 0;
	width: 96px;
	height: 66px;
}

#new .post {
	margin: 0 0 20px 0;
}
#new .content {
	width: 345px;
	float: left;
}
#new .post .date {
	width: 75px;
	float: left;
	margin: 0 5px 0 0;
	color: #001804;
}

#footer {
	position: absolute;
	top: 390px;
	left: 0;
	width: 960px;
	z-index: 100;
}
#footer .icon_social {
	float: right;
	margin: 0 0 0 10px;
}
#footer .text_right {
	float: right;
}
#footer .text_left {
	float: left;
}