* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 1.25em;
}

body {
	background: transparent url('../images/site_images/main.png') no-repeat scroll center top;
	font-size: 50%;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
}

	#header #logo {
		width: 202px;
		height: 105px;
		padding: 27px 0 0 48px;
	}

		#header #logo h1 {
			width: 145px;
			height: 50px;
			padding: 39px 0 0 40px;
		}

			#header #logo h1 a {
				display: block;
				height: 50px;
				text-indent: -31337px;
				overflow: hidden;
			}

		#header #logo h4 {
			padding: 0 0 0 42px;
			font-size: 1.1em;
			font-weight: normal;
		}

			#header #logo h4 a {
				color: #174292;
				text-decoration: underline;
			}

			#header #logo h4 a:hover {
				text-decoration: none;
			}

#content {
	height: 515px;
	position: relative;
}

	#content #flash {
		float: left;
		width: 620px;
		height: 500px;
		margin: 8px 5px 0 88px;
	}

	#content #finale {
		float: left;
		width: 265px;
		height: 87px;
		margin: 24px 0 0 0;
		overflow: hidden;
		background: transparent url('../images/site_images/table_finale.png') no-repeat scroll left top;
	}

	#content #winners {
		float: left;
		width: 265px;
		height: 167px;
		margin: 20px 0 0 0;
		overflow: hidden;
		background: transparent url('../images/site_images/table_winners_4.png') no-repeat scroll left top;
	}

	#content #score {
		float: left;
		width: 265px;
		height: 315px;
		margin: 10px 0 0 0;
		overflow: hidden;
		background: transparent url('../images/site_images/table.png') no-repeat scroll left top;
	}

		#content #finale h4,
		#content #winners h4,
		#content #score h4 {
			padding: 7px 13px 6px 24px;
			color: #ffffff;
			font-size: 1.4em;
			font-weight: normal;
		}

		#content #finale h4 {
			color: #dd2222;
			font-size: 1.55em;
		}

		#content #finale table,
		#content #winners table,
		#content #score table {
			width: 250px;
			margin: 0 0 0 8px;
			font-size: 1.2em;
			text-align: left;
			border-collapse: collapse;
			color: #ffffff;
		}

			/* score table stuff */
			#content #score table tbody tr td.num {
				width: 19px;
			}

			#content #score table tbody tr td.name {
				width: 144px;
			}

			#content #score table tbody tr td.time {
			}

			#content #score table tbody tr td {
				padding: 9px 4px 3px 4px;
			}

			#content #score table tbody tr.first td {
				padding: 15px 4px 3px 4px;
			}

			#content #score table tbody tr.last td {
				padding: 11px 4px 9px 4px;
			}

			/* winners table stuff */
			#content #winners table tbody tr td {
				padding: 4px 3px 2px 3px;
			}

			#content #winners table tbody tr td.date {
				width: 35px;
			}

			#content #winners table tbody tr td.name {
				width: 134px;
			}

			/* finale table stuff */
			#content #finale table tbody tr td {
				padding: 2px 3px 2px 3px;
			}

			#content #finale table tbody tr td.name {
				width: 175px;
			}

#footer {
	height: 75px;
}

	#footer #fb_share_container {
		position: relative;
		z-index: 1;
		float: left;
		display: inline;
		margin: 0 0 0 100px;
	}

	#footer #copyright {
		position: relative;
		width: 618px;
		padding: 6px 0;
		text-align: right;
		font-size: 1.1em;
		color: #0c3782;
	}

		#footer #copyright #webdesign {
			text-decoration: none;
			color: #0c3782;
		}

		#footer #copyright #webdesign:hover {
			text-decoration: underline;
		}

		#footer #copyright #magstudio {
			position: absolute;
			top: 1px;
			right: -75px;
			display: block;
			width: 72px;
			height: 25px;
			text-align: left;
			text-indent: -31337px;
			overflow: hidden;
		}
