body {
	background-color: black;
		margin-top: 0px;
	margin-bottom: 0px;
		background-image: url(redbg.jpg);
		background-repeat: repeat-x;
	}
	
	
A:link        { font-weight: bold; text-decoration:none; color: #ffffff;}
A:visited     { text-decoration: none; color: #FFFFFF; font-weight: bold; }
A:hover       { text-decoration: none; color: #707070; font-weight: bold; }
	
	
b {
	font-size: 15px;
}	

#container {
		position: relative;
	margin-right: auto;
	margin-left: auto;	
	width: 1000px;
	Height: 720px;
	background-color: black;

	

}

 #greybg {
 	position: absolute;
	top: 0px;
	left: 10px;
	width: 220px;
	background-color: #202020;
	height: 250px;
	
 }
 #leftcrnr {
 	position: absolute;
	background-image: url(leftcrnr.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 37px;
	top: 213px;
	left: 10px;
 }
 
  #rightcrnr {
 	position: absolute;
	background-image: url(rightcrnr.jpg);
	background-repeat: no-repeat;
	width: 30px;
	height: 37px;
	top: 213px;
	left: 200px;
 }
 
 #logo {
 	position: absolute;
	background-image: url(logo.jpg);
	width: 179px;
	height: 207px;
	background-repeat: no-repeat;
	top:10px;
	left: 30px;
 }
 
 #topimage {
 	position: absolute;
	height: 204px;
	width: 740px;
	background-image: url(header.jpg);
	left: 250px;
	top: 40px;
 }
 
  #topimage1 {
 	position: absolute;
	height: 204px;
	width: 740px;
	background-image: url(header1.jpg);
	left: 250px;
	top: 40px;
 }
 
  #topimage2 {
 	position: absolute;
	height: 204px;
	width: 740px;
	background-image: url(header2.jpg);
	left: 250px;
	top: 40px;
 }
 
 
  #topimage3 {
 	position: absolute;
	height: 204px;
	width: 740px;
	background-image: url(header3.jpg);
	left: 250px;
	top: 40px;
 }
 
  #topimage4 {
 	position: absolute;
	height: 204px;
	width: 740px;
	background-image: url(header4.jpg);
	left: 250px;
	top: 40px;
 }
 
 #animation{
 	position: absolute;
	top: 360px;
	left: 0px;
	height: 335px;
	width: 223px;
 }
 
 #toptwo {
 	position: absolute;
	top: 364px;
	left: 115px;
	background-image: url(toptwo.jpg);
	width: 254px;
	height: 108px;
	z-index: 1;
 }
 
  #middletwo {
 	position: absolute;
	top: 473px;
	left: 112px;
	background-image: url(middle2.jpg);
	width: 248px;
	height: 108px;
	z-index: 1;
 }
 

 
 
 
 #text {
 	position: absolute;
	left: 250px;
	top: 260px;
background-image: url(bg.png);
	width: 700px;
	height: 396px;
	z-index: 2;
	PADDING: 20PX;
	font-family: verdana;
	font-size: 14px;
	line-height: 1.5;
	color: #fff;
	font-weight: normal;

 }
 
   #bottomtwo{
 	position: absolute;
	top: 583px;
	left: 223px;
	background-image: url(bottomtwo.jpg);
	width: 218px;
	height: 108px;
	z-index: 1;
 }
 
 #footer {
 	position: absolute;
	top: 700px;
	left: 10px;
	width: 980px;
	height: 30px;
	background-color:  #7c8238;
	color: #fff;
	font-size: 9px;
	font-family: verdana;
	line-height: 30px;
	text-align: center;
	
 }
 
 #menu {
 	top: 5px;
	left: 300px;
	position: absolute;
	width: 670px;
	height: 30px;
	
	text-align: right;
	line-height: 30px;
	font-family: verdana;
	font-size: 12px;
	color: #909090;
	
 }