*{
	padding:0px;
	margin:0px;
}
html, body {
	padding:0px; 
	margin:0px; 
	color:#000; 
	font: 76% Arial, sans-serif;
	background:url(../img/back.gif) 0 0 repeat-x;
	width:100%;
	height:100%;
}
table {
	border: 0px;
	border-collapse: collapse; /* cellspacing="0" */
}
table td{
	font-size:12px;
	padding:0px; /* cellspadding="0" */
	vertical-align:top;
	text-align:left;
} 
img{border:0px;}

a {outline:none; text-decoration:none;}
a:link    {}
a:hover   {}
a:visited {}
a:active  {}

a img {border:0 none; outline:none;}

/*body {min-height:1200px;}
*html body {height:1200px;}*/

#main {width:1024px; height:100%; margin:0 auto;}
#main td { vertical-align:middle;}
#shadow {
	width:1040px;
	height:780px;
	padding-left:16px;
	padding-top:16px;
	background:url(../img/shadow.png) 0 0 no-repeat;	
}
*html #shadow {
	background:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/shadow.png',sizingMethod='image');
}