* {
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
html {
    background: #fff url(../images/bg_main.jpg) repeat-x 0 50%;
    font: 0.9em/165% "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-weight: normal;
    color: #333;
}
a {
    color: #333;
    text-decoration: underline;
}
img {
    border: none;
}
#container {
	background: transparent url("../images/bg_container.png") no-repeat 0 0;
    margin: 0 auto;
    width: 768px;
    height: 518px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -384px;
    margin-top: -259px;
}
#container h1 {
	position: absolute;
	text-indent: -9999px;
	overflow: hiddden;
}
#container #text {
	position: absolute;
	width: 300px;
	top: 175px;
	left: 50px;
}
#container #text h2 {
	font-size: 1.4em;
}
#container #text h2, #container #text p {
	margin-bottom: 10px;
}
#container #footer {
	position: absolute;
	height: 23px;
	width: 700px;
	top: 470px;
	left: 40px;
	font-size: 0.7em;
	line-height: 23px;
}
#container #footer p, #container #footer a {
	color: #72757e;
}
#container #footer #copyright {
	position: absolute;
	right: auto;
	left: 0;
	height: 23px;
	padding-left: 30px;
	background: transparent url(../images/icn_flashforum.jpg) no-repeat 0 50%;
}
#container #footer #links {
	position: absolute;
	right: 12px;
}