@CHARSET "ISO-8859-1";

html {
	margin: 0px;
	padding: 0px;
	background: #6598F8 url('images/bottom.gif') repeat-x left bottom;
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: transparent url('images/top.gif') repeat-x left top;
	width: 100%;
	height: 100%;
	font: 12px Helvetica, Arial;
}

h1 {
	display: inline;
	font-size: 14px;
}

div#container {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 112px 0px 0px 0px;
}

div#placeholder {
	margin: 0px auto;
	background: #9CCEFF;
	border: 10px solid #DDD;
	padding: 15px;
	width: 750px;
	height: 415px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#header {
	margin-top: -78px;
	vertical-align: text-top;
}

div#header img#logo {
	float: left;
}

div#header img#title {
	margin: 0 0 0 40px;
	width: 562px;
}

div#content {
	width: 700px;
	height: 350px;
	margin: 50px auto;
	background: #FFC;
	padding: 3px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

div#text {
	background: white;
	height: 325px;
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}