body {
	margin-top: 0px;
	height: 100%;
	background-color: #520000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
	
#container {
	width: 960px;
	height: 720px;
	background-image: url(../images/bg_main.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	}

/* main area start */
	
#main {
	width: 960px;
	position: relative;
	top: 110px;
	left: 55px;
	}
	
/* footer area start */

#footer {
	width: 960px;
	text-align: left;
	position: relative;
	top: 110px;
	left: 55px;
	}
	
/* image styles */
	
.img {
	border: 1px #111111 solid;
	margin: 0px 8px 8px 0px;
	}
	
/* text & link syles */

.default
	{
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	}
.default a:link, .default a:visited, .default a:active
	{
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
	}
.default a:hover, .default a:visited:hover 
	{
	font-family: Arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: none;
	}
	
/* footer text & link */

.footer
	{
	font-family: Arial;
	font-size: 10px;
	color: #2a0001;
	}
.footer a:link, .footer a:visited, .footer a:active 
	{
	font-family: Arial;
	font-size: 10px;
	color: #2a0001;
	text-decoration: underline;
	}
.footer a:hover, .footer a:visited:hover 
	{
	font-family: Arial;
	font-size: 10px;
	color: #2a0001;
	text-decoration: none;
	}
	
/* miscellaneous */


