body
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
	background-color:#0072bc;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
}

#margin
{
    margin-left:10px;
	margin-right:10px;
}

#middle
{
	margin-left:auto;
	margin-right:auto;
	width:646px;
	background-color:#FFFFFF;
	border: solid 1px #000000;
}

#text
{
    margin-left:30px;
	margin-right:30px;
}

#text1
{
    position:relative;
	width:646px;
	height:740px;
	background-image:url(pic1.jpg);
}

#text2
{
    position:absolute;
	width:226px;
	height:107px;
	top:630px;
	left:400px;
}

#text3
{
    position:relative;
	width:646px;
	height:681px;
	background-image:url(pic2.jpg);
}

#text4
{
    position:relative;
	width:646px;
	height:768px;
	background-image:url(pic3.jpg);
}

#text5
{
    position:relative;
	width:646px;
	height:158px;
	background-image:url(pic4.jpg);
}

.blacktitle{font-size:24px; font-weight:bold;}
.blacktitlesmall{font-size:16px; font-weight:bold;}
.greentitle{font-size:24px; color:#02fd25; font-weight:bold;}
.green{color:#02fd25; font-weight:bold;}

A:link {text-decoration: none; color:#0033FF;}
A:visited {text-decoration: none; color:#0033FF;}
A:active {text-decoration: none; color:#0033FF;}
A:hover {text-decoration: underline; color: red;}
