body {
	margin: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444;
	background-image: url(../images/main_bg.jpg);
	background-color: #000000;
	background-repeat: repeat;
	padding: 0px;
	background-position: top;
}
input, textarea {
	font-size: 11px;
}


#container {
	margin: 0px auto;
}


#header {
	height: 100px;
	background-image: url(../images/header_black_bg.jpg);
	background-position: center;
	margin: 0px auto;
}
#logo {
	background-repeat: no-repeat;
	background-image: url(../images/header_logo-trans.png);
	height: 100px;
	margin: 0px auto;
	width: 750px;
}

#navigation {
	background-position: center top;
	background-repeat: no-repeat;
	margin: auto;
	width: 750px;
	font-size: 10px;
	height: 30px;
	line-height: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#footer {
	margin: 0px auto;
	width: 750px;
	height: 45px;
	z-index: 10;
	padding-top: 15px;


}
#label {
	height: 26px;
	position: absolute;
	width: 100%;
	margin-top: -51px;
}

#contact {
	margin-left: 110px;
	position: absolute;
}
#player {
	text-align: center;
	overflow: hidden;
	display: block;
	margin: 0px auto;
	position: absolute;
	width: 100%;
}
a:link, a:visited {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #EDEDED;
}
a:active {
	color: #FFFFFF;
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
#portfolio {
	margin: 150px auto;
	width: 980px;
	height: 200px;
}
#ajax_content {
	margin: 0px auto;


}
#splash {
	margin: auto;
	width: 750px;
	background-image: url(../images/meeting_room.png);
	background-repeat: no-repeat;
	height: 350px;
}


.hidden {
	visibility: hidden;
}
