@charset "utf-8";

/* !Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}


/* !Elements */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	margin-bottom:10px;
}

a
{
	text-decoration:none;
	color:#b4284f; 
}
/* !Divs */
#wrapper {
	width:950px;
	margin:0px auto;
	/*background:#eadee5 url(../../images/sitemap/bg_main.jpg) top left no-repeat;*/
	*overflow:hidden; /* fix for Our Most Beloved IE6 */
}

#main {
	width:850px;
	height:1900px;
	padding:50px;
	background:url(../../images/sitemap/bg_main.jpg) no-repeat;
	overflow:hidden;
	
}

/* =Classes */
.header {
	width:847px;
	margin-bottom:20px;	
}