@charset "utf-8";
/* CSS Document */

body
{
	/*background-color: #cccccc;*/
	background: url(../img/bodybg.gif);
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper
{
	position: relative;
	width: 752px;
	height: 100%;
	background: url(../img/bg_body.gif) repeat-y;
	margin: 0 auto;
}

#header, #body-content, #footer
{
	position: relative;
	width: 750px;
	margin: 0 auto;
}

#body-content
{
	
}

#content
{
	width: 690px;
	margin: 0 auto;
}

#before-after
{
	height: 857px;
	margin: 0 auto;
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
}

#before-after-headline
{
	padding-top: 20px;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
}



#footer
{
	border-top: 1px solid #d7d7d7;
	padding: 10px 0 30px;
	text-align: center;
	margin-top: 10px;
	font-size:11px
}

#footer a:link, #footer a:visited
{
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}


#footer a:hover
{
	color: #006600;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

