html {	width: 700px;}

h2 {text-align:center}

body {
	width: 700px;
    position:relative;
    height: 100%;
    font: 12px Tahoma;
	color:#ffffff;
    text-align: center;
	background: url('../img/bg_client.jpg') no-repeat #283242 ;
	background-position:top left;
}

.container {
	width: 500px;
    height: 100%;
	padding:25px;
	
	
}

.content {
	width: 680px;
		padding:25px;
}

.main_content {
	padding: 25px 30px;
	text-align: left;
	color: #ffba00;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 10px;
background-color: white;
}
.vscrollerbar {
width: 10px;
background-color: black;
}
.hscrollerbase {
height: 10px;
background-color: white;
}
.hscrollerbar {
height: 10px;
background-color: black;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}