body {
	background-color: #999999;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url("images/bg.gif");
}
a:link { color: #E1771E; text-decoration: none}
a:visited { color: #E1771E; text-decoration: none}
a:hover { color: #ffffff; text-decoration: underline}
a:active { color: #ffffff; text-decoration: none} 


#mainContainer{
	width:847px;
	height:800px;
	margin:0 auto; 	/* Center alignment */
	text-align:left;
	background-color:#000000;	
}

#leftMarge{
	background-image:url("images/left.gif");
	background-repeat:no-repeat;
	height:1200px;
	width:55px;
}
#rightMarge{
	background-image:url("images/right.gif");
	background-repeat:no-repeat;
	background-position:top;
	height:1200px;
	width:55px;
}

#bottomMarge{
	background-image:url("images/cop.gif");
	background-repeat:no-repeat;
	background-position:left bottom;
	height:25px;
	width: 737px;
	vertical-align:bottom;
}
#topMargin{
	margin-left:55px;
	height:200px;
	width:737px;
	background-color:#FFFFFF;
	vertical-align:top;
}
#Container{
	margin-left:55px;
	background-image:url("images/a1.gif");
	background-position:bottom;
	background-repeat:no-repeat;
		background-color:#141414;
	width:737px;
	height:900px;
	vertical-align:top;
}
