html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	font-family: arial,helvetica,clean,sans-serif;
}

a img {
	border: 0px;
}

table#layout {
	position: fixed;
	border-collapse: collapse;
	border-spacing: 0px;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

td {
	padding: 0px;
	margin: 0px;
}

iframe {
	border: 0px;
	width: 100%;
	height: 100%;
}

#navigation_bar {
	background: url(img/logobg.png) repeat-x;
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #999;
}

#navigation_bar img {
	float: left;
}

#login_menu {
	margin: 0px 10px 0px auto;
	padding: 0px;
	height: 40px;
	line-height: 40px;
	text-align: right;
}

#contest_bar {
	text-align: center;
	height: 70px;
	width: 100%;
	background: center center url(img/logo-bg.png) repeat-x;
	border-bottom: 1px solid #999;
	font-size: 32px;
	line-height: 70px;
	color: white;
	font-weight: bold;
}

#copyright_bar {
	position: fixed;
	text-align: center;
	line-height: 20px;
	font-size: 15px;
	bottom: 0px;
	left: 0px;
	height: 20px;
	width: 100%;
	background: #ddd;
	border-top: 1px solid #999;
}

#content_box {
	position: fixed;
	left: 0px;
	top: 0px;
	background: #ccf;
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}

#content {
	position: relative;
	left: 0px;
	top: 0px;
	background: #cfc;
	width: 100%;
	height: 100%;
}