body
{
   font-family: Arial, Helvetica, sans-serif;
   background-image:url(bg.jpg);
   background-repeat:repeat-x;
   background-color:#2998fe;
}

#button
{
    position:relative;
    left:500px;
}

#middle
{
	margin-left: auto;
    margin-right: auto;
	border: 2px solid #000000;
	width:709px;
	height:8300px;
	background-color:#FFFFFF;
}

#shops
{
    position:relative;
    left:440px;
}

#text1
{
    position:relative;
	width:709px;
	height:590px;
	background-image:url(pic1.jpg);
	background-repeat:no-repeat;
}

#text2
{
    position:absolute;
	width:380px;
	height:335px;
	top:220px;
	left:20px;
	font-weight:bold;
}

#text3
{
    position:absolute;
	width:160px;
	height:50px;
	top:520px;
	right:50px;
}

#text4
{
    position:relative;
	width:709px;
	height:379px;
	background-image:url(pic2.jpg);
	background-repeat:no-repeat;
}

#text5
{
    position:absolute;
	width:160px;
	height:50px;
	top:280px;
	right:10px;
}

#text
{
    position:relative;
    margin-left:20px;
	margin-right:20px;
}

.footer{color:#ffffff; font-size:14px;}
.blue{color:#0c4da2; font-weight:800;}
.bluetitle{color:#0c4da2; font-size:18px; font-weight:800;}
.large{font-size:18px; font-weight:bold;}
.red{color:#e5492b; font-size:24px;}
.redsmall{color:#e5492b;}
.yellow{background-color:#f4eb03; font-weight:bold;}


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;}
