body {
	background-color:#A79B8B;
	padding:10px 0px 0px 0px;
	margin:0px;
	background-image:url(../img/borderTop.gif);
	background-repeat:repeat-x;
	background-position:top;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width:880px;
}

#containter {
	width:100%;
	display:inline;
	text-align:center;
	outline: none;
	
}

img {
	border: none;
}

#body {
	width:880px;
	display:block;
	vertical-align:middle;
}

#body #start {
	background-image:url(../img/content_top.png);
	background-repeat:no-repeat;
	height:11px;
	overflow:hidden;
	background-position:2px 0px;
}


#body #main {
	background-image:url(../img/content_back.png);
	background-repeat:repeat-y;
	background-position:top;
	padding-left:10px;
	padding-right:11px;
	padding-bottom:50px;
	overflow:hidden;

}
#main #content {

	padding-left:45px;
	padding-right:45px;
	padding-top:30px;
	/*min-height:640px;*/
}

/** html #content { height:640px; }*/

#body #end{
	background-image:url(../img/content_bottom.png);
	background-repeat:no-repeat;
	background-position:2px 0px;
	height:10px;
}

#message {
	padding:30px 0px 20px 0px;
}

object { outline:none; }
