@charset "utf-8";
/* CSS Document */

*{
	font-family:trebuchet ms;
	font-size:14px;

}

body{
	
	margin:0 0 0 0;
	background:url(imgNew/bg.jpg) repeat-x #efe7f6;	
	
}

#main {
	width:951px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;

}

#top {
	text-align:right;
	padding-right:27px;
	color:#9b1529;
	height:25px;
	margin-top:5px;

}

#footer{
	
	color:#9b1529;
	margin-top:20px;

}