* {
	padding:0;
	margin:0;
	border:0;
}
html {
	background-color: #002776;
	background-image: url(/fileadmin/customer/assets/img/sizu_master_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#master-bg {
	background-image: url(/fileadmin/customer/assets/img/sizu_master_bg.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#box {
	width:1000px;
	text-align:left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
#header {
	height: 190px;
}
.content-head {
	background-color: #FF0000;
	height: 18px;
	line-height: 0px;
	margin-bottom: 10px;
}
#content {
	background-image: url(/fileadmin/customer/assets/img/bg_transparent.png);
}

#col-left {
	float: left;
	width: 200px;
	color: #FFFFFF;
}
#col2 {
	float: left;
	width: 550px;
	padding-right: 25px;
	padding-left: 25px;
	margin-bottom: 20px;
}
#col-right {
	float: right;
	width: 200px;
	color: #FFFFFF;
}
#headclearer {
	clear: both;
}
#mainclearer {
	clear: both;
}
#footer {
	width: 100%;
	background-color: #FF0000;
	height: 18px;
}
