
body
{
	background-image:url('images/BG.jpg');
	background-position:top;
}

a:active
{
	outline: none;
}

a:focus
{
	-moz-outline-style: none;
}

object
{
	outline:none;
}
#wrapper
{
	width:1002px;
	height:800px;
	margin:0px auto;
}

.content
{
	margin:0px auto;
	background-image:url('images/contestpage_bg.png');
	width:997px;
	height:924px;
	background-repeat:no-repeat;
}
#logo
{
	background-image:url('logo.png');
	width:261px;
	height:66px;
	/*background-color:blue;*/
}

.button
{
	position:relative;
}
