@charset "UTF-8";
@import url("pngfix.js");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 120%;
	font-weight: normal;
	font-variant: normal;
	text-align:center;
	text-transform: none;
	color: #FFFFFF;
	background-color: #000000;
	padding: 30px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#someDIV {
  background: transparent url("path/to/bg.png") repeat-y scroll 0 0;
}

#container {
margin:auto;
width: 720px;
height: 475px;
background-color: #000000;
}

 
 table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 115%;
	font-weight: normal;
	background-color: #000000;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: auto;
	padding: 0px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 720px;
}
