body {
	background:url(../images/bg_main_worldcup_v2.jpg) top center no-repeat #000000;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
}
body > #wrap {
	height: auto;
	min-height: 100%;
}

.wrapper {
	margin:auto;
	height:710px;
}

.container {
	width:1150px;
	height:650px;
	margin:auto;
	padding:0px;
}

.left_column {
	width:270px;
	height:650px;
	float:left;
}

.window {
	width:187px;
	height:160px;
	float:left;
	margin-top: 17px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 80px;
}

.mid_column {
	width:500px;
	height:650px;
	float:left;
}
.catalogue {
	float: left;
	height: 160px;
	width: 120px;
	margin-top: 60px;
	margin-left: 70px;
}

.main_picture {
	width:398px;
	height:316px;
	float:left;
	margin-top: 85px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 110px;
}

.label_store {
	width:119px;
	height:28px;
	float:left;
	margin-top: 48px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
}

.right_column {
	width:auto;
	height:650px;
	float:left;
}

.hire {
	width:141px;
	height:150px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
}

.hire span {
	display:none;
}

.subscribe {
	width:225px;
	height:158px;
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 85px;
	float: left;
}

html>body .wrapper .container .right_column .subscribe {*margin-top: 70px;} /* IE7 Menu Positioning Hack */

.signupform {
	border: 0px solid #000000;
	color: #434040;
	font-family: Arial, Helvetica, sans-serif;
}

.input_field {
	width:155px;
}
