body {
	margin: 0;
	padding: 0;
	background: #000 url('/images/HomePage_2.jpg') no-repeat top left;
}

div.wrapper {
	width: 720px;
	height: 700px;
}

div.home {
	position: absolute;
	top: 22px;
	left: 29px;
	width: 655px;
	height: 36px;
}

div.header a {
	display: block;
	height: 100%;
	text-decoration: none;
	/*border: 1px dotted #ccc;*/
}

div.nav {
	position: absolute;
	top: 62px;
	left: 29px;
	height:	25px;
}
div.nav-item {
	float: left;
	width: 131px;
	height:	25px;
}
div.clients {
	position: absolute;
	top: 94px;
	left: 29px;
	width: 131px;
	height: 49px;
	float: left;
}

div.content {
	position: absolute;
	top: 113px;
	left: 189px;
	width: 494px;
	height: 364px;
	background: #000;
	/*border: 1px dotted blue;*/
	text-align: center;
	font: 9pt verdana,arial,sans-serif;
	color: #fff;
	overflow: hidden;
}

div.scroll {
	width: 100%;
	height: 100%;
	overflow: auto;
}

div.content a:link, div.content a:visited {text-decoration: none; color: #fff;}
div.content a:hover {text-decoration: underline; color: #fff;}
div.content a:active {text-decoration: underline; color: #00f;}

h1 {
	margin: 0;
	padding: 5px 0 0 20px;
	font-size: 14pt;
	text-align: left;
}

p {
	margin: 0;
	padding: 0;
}

img, a {
	border: 0;
}
