/*
Seeyoo
Uitzonderingen voor aanmeldpagina
Door Tijs Vrolix (versie 20-03-2007)
*/

#container {
	width: 420px;
}
#main {
	background: url(../img/achtergrond_aanmelden.png) repeat-y;
}
#top {
	background: url(../img/achtergrond_boven_aanmelden.png) no-repeat;
}
#menu {
	padding-top: 60px;
}
#middle {
	margin-bottom: 15px;
}
#bottom {
	background: #595441 url(../img/logo_water_bruin.png) no-repeat 260px 25px;
}
#footer {
	background: #EDEBE7 url(../img/achtergrond_onder_aanmelden.png) no-repeat;
}
#logo {
	float: none;
}
#sawyoo {
	background: url(../img/logo_sawyoo.png) no-repeat;
	margin-bottom: 8px;
}
#sawyoo, #sawyoo a {
	height: 35px;
	width: 182px;
}
#sawyoo a {
	display: block;
}
#sawyoo a:hover, #sawyoo a:active {
	background: url(../img/logo_sawyoo.png) no-repeat 0px -35px;
}
#sawyoo a span {
	display: none;
}
