@charset "UTF-8";
body {
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	
}
body, table, td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
}
#container {
	width: 1024px;
	height: 585px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#nav {
	position: absolute;
	left: 30px;
	top: 74px;
	z-index: 100;
}
#logo {
	position: absolute;
	left: 439px;
	bottom: 35px;
}
.home {
	background-image:url(../images/bg_home.jpg);
}
.services {
	background-image: url(../images/bg_services.jpg);
}
.clients {
	background-image: url(../images/bg_clients.jpg);
}
.aboutus {
	background-image: url(../images/bg_aboutus.jpg);
}
.careers {
	background-image: url(../images/bg_careers.jpg);
}
.contact {
	background-image: url(../images/bg_contact.jpg);
}
.ourwork {
	background-image: url(../images/bg_ourwork.jpg);
}
.testimonials {
	background-image: url(../images/bg_testimonials.jpg);
}

.content_home, .content_services, .content_clients, .content_contact, .content_careers {
	position: absolute;
	left: 30px;
	top: 237px;
	line-height: 18px;
}
.content_aboutus {
	position: absolute;
	top: 155px;
	line-height: 16px;
	width: 1024px;
	text-align: center;
	
}

.content_testimonials {
	position: absolute;
	left: 175px;
	top: 137px;
	line-height: 18px;
}
.works {
	position: absolute;
	top: 30;
	left: 139;
}
.grey {
	color: #999999;
}

.blue {
	color: #0099ff;
}
h1 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}
h2 {
	margin: 0px;
	padding: 0px;
	display: inline;
	font-size: 16px;
	color: #0099ff;
	font-weight: normal;
	line-height: 24px;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0099ff;
}
#nav ul, #nav li, .nav_ourwork ul, .nav_ourwork li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 16px;
	font-size: 11px;
}
.nav_ourwork {
	position: absolute;
	left: 30px;
	top: 245px;
	line-height: 18px;
	z-index: 100;
}
.nav_ourwork ul {
	margin-top: 10px;
}
.music {
	width: 1024px;
	height: 40px;
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}