/**************************************************************************\
 * Default Style sheet
\**************************************************************************/

*	{
	margin:0;
	padding:0;
}

html {
	min-height:100%; 
	margin-bottom:1px;
}

img, div {
	behavior: url('../style/iepngfix.htc');
}


body {
	position: relative;
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-color: #ffffff;
	color: #000000;
	border:0px;
	margin:0px;
	padding:0px;
}

a:link,a:visited {
	color: blue;
}

#MainBody {
	position: relative; 
	width:800px; 
	margin:0 auto; 
	color:#000000; 
	font-family: Arial;
	font-size: 12px;
}

#Menu {
	position: relative;
}


#mBox {
	position: relative;
	top:0px;
}


#CopyRight {
	position:relative;
	top: 0px;
	left: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #666666; 
	width: 800px;
	margin:0 auto;
	text-align: center;
}
