* {
margin: 0px;
padding: 0px;
border: 0px;
}
html {
	height: 100%;
	overflow: hidden;
	font-family:Verdana;
	font-size:10px;
	color: #ffffff;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #eeeeee url('../htmlPics/bg.jpg') fixed repeat-x;
}
object {
	outline:none;
}
div#shim {
	visibility: hidden;
	width: 100%;
	height: 40%;
	margin-top: -200px;
	float: left;
}
div#myContent
{
	clear: both;
	background:red;
	position: relative;
	top: -200px;
	/* IE4ever Hack: Hide from IE4 **/
	position: static;
	/** end hack */
	horizontal:
}
div#adContent
{
	position:fixed;
    bottom:0px;
    text-align:center;
    padding:10px;
    width:100%;

}
