* { margin: 0; padding: 0; }
img { border: 0; }
html { height: 100%; }
.clear { clear: both; }

body {
	font-family: Verdana;
	font-size: 11px;
	height: 100%;
	background-color: #aac0d8;
}

a{
	color: #aac0d8;
	font-weight: bold;
	text-decoration: none;
}

#master {
	height: 100%;
	background-image:url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

#submit{
	color: #aac0d8;
}

#text {
	height: 13px;
	color: #aac0d8;
}

textarea{
	height: 45px;
	color: #aac0d8;
	margin-bottom: 2px;
}

#inner {
	width: 870px;
	height: 444px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -435px;
 	margin-top: -222px;
}

#inner #top {
	background-image:url(../img/in_top.jpg);
	height: 18px;
	padding: 11px 0 0 8px;
}

#inner #left {
	background-image:url(../img/mas_left.jpg);
	height: 245px;
	width: 292px;
	float: left;
}

#inner #cont {
	background-color: #fff;
	height: 225px;
	width: 250px;
	float: left;
	padding: 10px;
	overflow: auto;
	line-height: 18px;
	text-align: justify;
	color: #aac0d8;
	font-weight: normal;
}

#inner #right {
	background-image:url(../img/mas_right.jpg);
	height: 245px;
	width: 308px;
	float: left;
}

#inner #bottom {
	background-image:url(../img/in_bottom.jpg);
	padding: 15px 22px 0 0;
	height: 25px;
	text-align: right;
}