@import url('forms.css');
@import url('layout.css');
@import url('typography.css');
@import url('nav.css');
@import url('blocks.css');

* {
	margin: 0;
}

body#home {
	background: url(../img/common/bg-body.gif) repeat-x #FFF;
}

body {
	background: url(../img/common/backgrounds/bg-main_small.gif) repeat-x #FFF;
}

#header h1.branding {
	width: 355px;
	height: 47px;
	position: absolute;
	top: 23px;
	left: 30px;
}

#header h1.branding a {
	display: block;
	width: 100%;
	height: 100%;
}

#header h1.branding span {
	width: 100%;
	height: 100%;
	display: block;
	background: url(../img/common/gfk-branding.gif) no-repeat;
}

div.clear {
	clear: both;
}