@charset "utf-8";
@import url("reset.css");

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #cbc7bc;	
}

table#centerLayout, table#centerLayout td {
	height: 100%;
	width: 100%;
	vertical-align: middle;
}

div#wrapper {
	background: #cbc7bc url('../wsimages/wrapper_bg.jpg') no-repeat center center;
	height: 585px;
	width: 964px;
	margin: 0 auto;
}

div#contentWrapper {
	margin: 10px 20px;
	height: 451px;
	width: 904px;
	overflow: hidden;
}

a#newsletter {
	text-indent: -999em;
	background-color: transparent;
	position: absolute;
	height: 124px;
	width: 24px;
	margin: 20px 0 0 933px;
}

img#frontpageImage {
	background-color: #fff;
	height: 451px;
	width: 904px;
	margin:0;
	padding:0;
	float: none;
}

/* Company logo */
h1#logo {
	text-indent: -999em;
	background: transparent url('../wsimages/logo_big.png') no-repeat;
	width: 276px;
	height: 143px;
	display: block;
	z-index: 100;
	position: absolute;
	margin: -150px 0 0 20px;
	
}

div#leftColumn {
	height: 451px;
	width: 276px;
	margin: 0 28px 0 0;
	overflow: hidden;
	float: left;
	background: transparent url('../wsimages/subpage_image.jpg') no-repeat;
	position: relative;
}

div#rightColumn {
	height: 401px;
	width: 580px;
	padding: 25px 10px;
	overflow: auto;
	float: left;
}

div#footer {
	padding: 10px 0 0 0;
	text-align: center;
}
