body
{
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(bg.jpg);
   background-repeat:repeat-x;
   background-color:#0072bc;
}


#margin
{
    margin-left:10px;
	margin-right:10px;
}

#middle
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	width:645px;
	background-color:#FFFFFF;
}

#text
{
    position:relative;
	width:564px;
	left:40px;
}

#text1
{
    position:relative;
	width:645px;
	height:541px;
	background-image:url(pic1.jpg);
}

#text2
{
    position:absolute;
	width:237px;
	height:120px;
	top:420px;
	left:400px;
}

#button
{
    position:relative;
	width:237px;
	height:120px;
}

#buttonright
{
    position:absolute;
	width:237px;
	height:120px;
	left:400px;
}

.small{font-size:12px;}
.smaller{font-size:10px;}
.bluetitle{font-size:18px; font-weight:bold; color:#007bb3;}

A:link {color:#000000;text-decoration: none}
A:visited {color:#000000;text-decoration: none}
A:active {color:#000000;text-decoration: none}
A:hover {text-decoration: underline; color: red;}
