body {
	margin:0;
	background-color:#333138;
}

.text{
width: 0px;
height: 0px;
overflow: hidden;
}

#page {
	background-color:#CCC;
	overflow:auto;
	width:100%;
	height:100%;
}

#content {
	position:relative;
	clear:both;
	width:auto;
	height:auto;
	background-color:#333138;
	margin:10px;
}

#holder {
	position:relative;
	clear:both;
	width:800px;
	height:700px;
	margin:0 auto;
}

h1, h2, p {
	margin:0;
	padding:10px;
}

h1, h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size:20px;
	color:#c00054;
}

h2 {
	font-size:16px;
	color:#FFF;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
}

a {
	color:#c00054;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}
