a img 
{
 border: none;
} 

div.mainpage
{
	position: relative;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: 575px;
}


div.main
{ background-repeat:no-repeat;
 background: url('images/index-background.gif');
 background-position: center center;
 width: 800px;
 height: 575px;}
div.content
{
 height: 100px;
 width:300px;
 overflow: hidden;
 position: absolute;
 text-transform: lowercase;
 font-family: Arial, Helvetica;
 font-size: 8pt;
 text-align: justify;
 margin-top: 250px;
 margin-left: 50px;
}

div.content2
{
 height: 30px;
 width:600px;
 overflow: hidden;
 position: absolute;
 text-transform: lowercase;
 font-family: Arial, Helvetica;
 font-size: 8pt;
 text-align: justify;
 margin-top: 550px;
 margin-left: 10px;
}