
/* CSS Document - Gloss Girl*/

* {

	margin: 0 auto;
	padding: 0;

}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: url(images/background.gif) repeat-x #000000;


}

a:link {

	font-weight: bold;
	color: #0033FF;
	text-decoration: none;	
}



h2 {
	font-size: 13px;
	font-weight: bold;
	color:#cc0000;
}

div#wrapper {

	width: 936px;
	margin:auto;

}

div#buffer {
	clear:both;
	height:30px;

}

/*---TOP SECTION---*/

div#gloss {

	clear:both;
	float:left;
	height: 891px;
	width: 315px;

}

div#para1 {

	float:left;
	height: 841px;
	width: 520px;
	background:url(images/para1.jpg) no-repeat;
	color:#FFFFFF;
	padding: 50px 84px 0 16px;

}






