#topbar
{
	width:100%;
	height:40px;
	border-bottom:1px solid #ccc;
	text-align:right;
}

#outer
{
	width:960px;
	margin:10px auto;
}

#main
{
	width:100%;	
	background:#fff;
	padding:20px;
	border:1px solid #e2e1e0;
	margin-top:150px;
	overflow:hidden;
}

#logo
{
	position:absolute;
	margin-top:-100px;
	z-index:1000;
	background:url(../images/logo_header.png) no-repeat center center;
	display:block;
	width:260px;
	height:145px;
}

#footer
{
	width:960px;
	margin:10px auto;
	background:url(../images/logo_footer.png) no-repeat top right;
	height:200px;
}

#frm_short
{
	width:400px;
	border:1px solid red;
	margin:20px auto;
	min-height:400px;
}