* {
	padding: 0;
	margin: 0;
}

body {
	/*background: #3AA958;*/
	background: #FFF;
	background: #4CB167 url(../images/body_bg.jpg) repeat-y top center;
}

/* ------------------------- DIVS ------------------------- */

#whiteLine {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 630px;
	background: url(../guestbook/images/white_line.jpg) repeat-x top left;	
}

#partnerLogos {
	position: absolute;
	top: 35px;
	right: 100px;
	z-index: 99;	
}

#partnerLogos img {
	vertical-align: bottom;
	margin-right: 30px;	
}

#flashcontent {
	position: absolute;
	width: 980px;
	height: 630px;
	left: 50%;
	margin-left: -50%;
	margin-left: -490px;
	background: #FFF;	
	background: url(../guestbook/images/content_bg.jpg) no-repeat top left;
}

#noflash {
}

/* ------------------------- ALLG. TEXTFORMATE ------------------------- */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
}

/* ------------------------- LINKS ------------------------- */

a, a:link, a:visited, a:focus, a:hover, a:active {
	color: #000;
}

a:hover {
	color: #666;
}