/* CSS Document */
html{
background-color:#D1D1D1;
}
body{
margin:0 auto;
}
#wrapper{
	margin-left:15%;
}
#center{
background-image:url(images/main.gif);
background-repeat:no-repeat;
width:800px;
height:558px;
float:left;
}
#footer{
font-family:Arial;
font-size:10px;
color:#797979;
}
.text{
	font-size:12px;
	float:left;
	display:inline;
	font-family:Arial;
	vertical-align:top;
	padding-left:5px;
}
.textSIDE{
	font-size:14px;
	float:left;
	display:inline;
	font-family:Arial;
	vertical-align:top;
	padding-left:5px;
}

.headMain {
	font-size: 16px;
	font-weight: bold;
}