@CHARSET "ISO-8859-1";


* {
	font-size:12px;
	font-family:arial;
	color:#b1a990;
}


html {
	margin:0px;
}

body {
	margin:0px;
}



#header-wrapper {
	background-color:#b1a990;
}


#content-wrapper {
	width:906px;
	position:relative;
	margin:0 auto;
}


#header {
	height:580px;
	width:906px;
	margin:0 auto;
}



#content-background {
	margin:0 auto;
	width:667px;
	height:128px;
	background-image:url('images/back-efect.png');
}



#logo {
	position:absolute;
	width:357px;
	height:115px;
	top:20px;
	left:0px;
	background-image:url('images/logo-visual-addictions.png');
}


#content {
	position:absolute;
	width:509px;
	left:400px;
	top:40px;
	text-align:justify;
}