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

#someDIV {
  background: transparent url("path/to/bg.png") repeat-y scroll 0 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	line-height: 120%;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-align:center;
	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;
}

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

a:focus, object:focus {
outline: none;
-moz-outline-style: none;
} 
