body
{
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(bg2.jpg);
   background-repeat:repeat-x;
   background-color:#18375d;
}

#buttonholder
{
    position:relative
	width:646px;
	height:99px;
}

#button
{
    position:absolute;
	width:233px;
	height:99px;
	left:392px;
}


#button1
{
    position:absolute;
	width:233px;
	height:99px;
	top:418px;
	left:392px;
}

#button2
{
    position:absolute;
	width:233px;
	height:99px;
	top:360px;
	left:407px;
}


#middle
{
    position:relative;
	margin-left: auto;
    margin-right: auto;
	border: 1px solid #000000;
	width:648px;
	background-color:#FFFFFF;
}

#text
{
    margin-left:30px;
	margin-right:30px;
}

#text1
{
    position:relative;
	width:648px;
	height:525px;
	background-image:url(pic1.jpg);
	background-repeat:no-repeat;
}

#text2
{
    position:absolute;
	width:320px;
	height:360px;
	top:105px;
	left:30px;
}

#text3
{
    position:relative;
	width:648px;
	height:480px;
	background-image:url(pic2.jpg);
	background-repeat:no-repeat;
}

#text4
{
    position:absolute;
	width:320px;
	height:420px;
	top:0px;
	left:30px;
}

.bluetitle{color:#104188; font-size:24px; font-weight:bold;}
.title{font-size:28px; font-weight:bold;}

A:link {color:#ffffff;text-decoration: none}
A:visited {color:#ffffff;text-decoration: none}
A:active {color:#ffffff;text-decoration: none}
A:hover {text-decoration: underline; color: red;}