@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	font: small Helvetica, Arial, sans-serif;
	width: 841px;
	background-image: url(images/brazilianwax.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
#header {
	margin: 39px 30px;
	padding: 0;
	height: auto;
	overflow: visible;
}
#main {
margin-top: 10px;
}
.logo {
	overflow: auto;
	position: relative;
	z-index: auto;
	height: 60px;
	width: 595px;
	top: 24px;
	left: 20px;
}
#sidebar {
	float: right;
	width: 1px;
}
#content {
	margin: 40px 40px 0 270px;
	height: 360px;
	overflow: auto;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-right: 10px;
	font-size: 14px;
}
#footer {
	clear: both;
}
#wrapper {
	background-image: url(images/brazilianwax.jpg);
	background-repeat: inherit;
}
