/* CSS Document */

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

body {
/*	background: #000000; */
	background-color: #242424;
}

#underconstruction {
	width: 100%;
	height: 100%;
}

table {
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#flashsize {
	width: 1000px;
	height: 550px;
	background-color: #242424;
	float: left;
	position: relative;
}

#designedby {
	float: left;
	vertical-align: bottom;
	position: absolute;
	bottom: 72px;
	right: 12px;
}

#desc {
	visibility: hidden;
	height: 1px;
}
