.container{
	width: 1000px;
}
.head{
	height: 50px;
	background:url(../images/bg_a.jpg);
	background-repeat:repeat-x;
	background-position: top;
	text-align:right;
	overflow:hidden;
}
#left{
	float: left;
	width: 454px;
}
#left .main-img{
	position: relative;
}
#left .main-img #navigation { height: 17px; width: 420px; left: 25px; top: 134px; position: absolute; visibility: visible; }
#left .footer, #left .content{
	margin: 20px 35px 20px 35px;
}
#right{
	position: relative;
	margin-left: 454px;
	clear:none;
}
#right .login{
	position: absolute;
	top: 5px;
	right: 5px;
}
#right .headline, #right .footer, #right .content{
	margin: 20px 20px 20px 35px;
}
#right .headline input{
	margin: 0px;
}

.clear-both{
	clear: both;
}