BODY {
	margin: 0px;
	overflow: hidden;
}

* {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
}

IMG {
	border-style: none;
}

H1 {
	margin: -20px -20px 10px -20px;
	background: #C7C9CB;
	font: bold 16px Arial;
	color: #000;
	padding: 10px 20px;
}

#mainHolder {
	position: relative;
}

#headerHolder {
	background: #C7C9CB;
	height: 100px;
	position: relative;
}

#leftCell {
	background: #C7C9CB;
	position: absolute;
	width: 250px;
	top: 85px;
	left: 0px;
	overflow: hidden;
}

#contentHolder {
	background: #D5DBE3;
	position: absolute;
	top: 85px;
	left: 250px;
}

/* HEADER HOLDER */
#logoHolder {
	background: White;
	width: 250px;
	height: 85px;
}
#logo {
	position: absolute;
	top: 15px;
	left: 5px;
}

#loginHolder {
	background: #b0bdcb;
	border: solid 1px #000;
	width: 360px;
	margin: 50px auto;
	padding: 20px;
}

#loginHolder .leftCell {
	width: 40%;
	text-align: right;
}

INPUT {
	border: solid 1px #555;
}

INPUT.button {
	background: #C7C9CB;
	color: Black;
	padding: 3px 10px;
}