body
{
margin: 0px 0px 0px 0px;
}
.main {
margin:auto;
margin-top:45px;
	height: 512px;
	width: 928px;
}
.container {
    float:left;
	border:1px solid #666666;
	height: 512px;
	width: 928px;
}
.header {
	float: left;
	height: 68px;
	width: 928px;
	background-image: url(img/heading.png);
	background-repeat: no-repeat;
}
.banner {
	float: left;
	height: 401px;
	background-image:url(img/bg.png);
	background-repeat:repeat-y;
	width: 928px;
	
}
.text_text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#0000FF;
}
.footer {
	float: left;
	height: 43px;
	width: 928px;
	background-image: url(img/footer.png);
	background-repeat: repeat-x;
}
.link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

font-weight:bold;
}
.link a
{
color:#e8f8fb ;
text-decoration:none;
}
.link a:hover
{
color: #e8f8fb;
text-decoration: underline;
}
