* {
	padding: 0;
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: default;
	background: #E8E8E8;
	background-image: url(img/gradient.gif);
	background-position: top;
	background-repeat: repeat-x;
}
div#container {
	margin: 0 auto;
	background-color: white;
	width: 975px;
	position: relative;
	height: auto;
}
div#banner {
	height: 150px;
	width: 100%;
	background: url(img/banner.jpg);
	position: relative;
}
div#banner input {
	position: absolute;
	bottom: 30px;
	left: 160px;
	font-size: 11px;
	width: 70px;
	height: 20px;
}
div.magazine {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	width: 465px;
	background-color: white;
	background-repeat: no-repeat;
	font-size: 12px;
	position: relative;
	line-height: 1.6em;
	display: inline; /* IE6 div float bug */
}
div.cover {
	float: left;
	margin-right: 10px;
}
div.links {
	position: absolute;
	bottom: 5px;
	right: 0px;
	width: 250px;
	height: 16px;
}
div.links div {
	background: #EAEAEA;
	border-bottom: 1px solid gray;
	border-left: 1px solid white;
	border-right: 1px solid silver;
	width: 110px;
	font-size: 11px;
	float: right;
	height: 100%;
	text-align: center;
	line-height: 16px;
}
div.links a {
	color: black;
	text-decoration: none;
	display: block;
	width: 100%;
}
div.links a:hover {
	background: gray;
	color: white;
}
div.arrow {
	position: absolute;
	width: 28px;
	height: 27px;
	bottom: 5px;
	right: 120px;
	background: url(img/arrow.gif);
}
h1 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}
div#advertorials {
	position: absolute;
	top: 160px;
	right: 10px;
	background: white;
	width: 195px;
	padding-left: 10px;
	border-left: 1px solid silver;
}
div#advertorials div {
	margin-top: 15px;
	text-align: left;
	font-size: 11px;
	color: gray;
	line-height: 1.5em;
}
div#advertorials div img {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
div#bottom {
	font-size: 11px;
	color: white;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	padding: 3px 0px 3px 0px;
	background: #1D5167;
}
div#bottom a {
	color: white;
	text-decoration: none;
}
div#bottom a:hover {
	text-decoration: underline;
}
div#tekst {
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px;
}