@charset "UTF-8";

body, html {
	min-width: 1000px;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: lighter;
	color: #FFF;
	background-repeat: repeat;
	margin: 30px 0px 0px 0px;
	text-align: center;
	font-size: 1.1em;
	background:url('../images/top_line_bg.gif') #FFF  no-repeat top left;
	font-size: 11px;
}

/* Be nice to Opera :) */
html>body {
	font-size: 11px;
}

.contentHolderArea {
	margin: 0 auto;
	text-align: center;
	background: transparent;
	width: 1000px;
	padding: 0px;
}
