@charset "utf-8";
/* CSS Document */

body {
	color: #231f20;
	background-image:url(dotbg.jpg);
	font-family: Tahoma, Arial, "Arial Black", "Times New Roman", sans-serif;
	font-size: 13px;
	margin: 0;
}

#loop {
	position:absolute;
	top: 0px;
	height: 104px;
	background-image:url(loop.png);
	background-repeat:repeat-x;
	width: 100%;
	}
#bottom {
	position:absolute;
	top: 588px;
	height: 75px;
	background-image: url(bottom.png);
	background-repeat: no-repeat;
	width: 600px;
	}
#left {
	position:absolute;
	top: 0px;
	background-image: url(left.png);
	background-repeat: no-repeat;
	height: 663px;
	width: 75px;
	}
#right {
	position:absolute;
	top: 0px;
	height: 663px;
	background-image: url(right.png);
	background-repeat: no-repeat;
	width: 98px;
	}
#top {
	position:absolute;
	top: 0px;
	background-repeat: no-repeat;
	height: 188px;
	background-image: url(top.png);
	width: 600px;
	}
#bg {
	position:absolute;
	top: 188px;
	background-repeat: no-repeat;
	height: 400px;
	background-image: url(bg.png);
	width: 600px;
	}
#loader{
	position:absolute;
	top: 588px;
	height: 35px;
	width: 285px;
	




}