
body {
	padding: 0;
	margin: 0;
	background-color: #BB4800;
	background-image: url(/images/backgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#desktop {
	width: 785px;
	height: 714px;
	background-image: url(/images/content.backgr.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0 auto;
}

#content {
	width: 700px;
	height: 600px;
	padding: 114px 0 0 85px;
	background-image: url(/images/four.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1 {
	width: 300px;
	height: 95px;
	padding: 0;
	margin: 0;
	text-indent: -5000px;
	background-image: url(/images/cinderel4.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

p.intro {
	margin: 160px 0 0 240px;
	font-size: 19px;
	color: #EEDDDD;
}

p.intro sub {
	color: #BB4800;
}

p.intro a {
	color: #FFFFFF;
}

p.intro a:hover {
	color: #FF6200;
}

p.legal {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 11px;
	padding: 10px 15px;
	margin: 0;
}

p.legal a {
	color: #EEDDDD;
	text-decoration: none;
}

p.legal a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}