@charset "utf-8";
/* CSS Document */

body
	{
		font-size:12px;
		font-family:Arial;
		margin:0px;
		padding-top:15px;
		padding-bottom:15px;
		color:#000000;
		
	}
#main
	{
		width:800px;
		margin:0px auto;
		background:url(../body_bg.jpg) 0px 0px;
		height:750px;
		color:#000000;
	}
.header
	{
		background:url(../header.png) no-repeat;
		height:9px;
	}
.footer
	{
		background:url(../footer.png) no-repeat;
		height:25px;
		padding-bottom:15px;
	}
.content
	{
		background:url(../content.png);
		background-repeat:repeat-y;
	}

img {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

a {	color:#0066CC; text-decoration:none; }

a:hover	{ color:#000000; text-decoration:none; }
