body, html
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	text-align: left;
	background-color: #000;
	
}

a img { border: 0; }

div#container
{
	width: 741px;
	height: 513px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
	background-image: url(/images/cotton.jpg);
	background-repeat: no-repeat;
}

div#content
{
padding: 250px 20px 0 20px;
}

h1
{
	font-size: 2em;
	color: #F33699;
	font-weight: normal;
	padding: 0;
}

h2
{
	font-size: 1em;
	color: #F33699;
	font-weight: normal;
}

p
{
	font-size: .8em;
	color: #999;
	font-weight: normal;
}

a, a:visited, a:link
{
	color: #F33699;
	padding: 1px 3px;
	line-height: 2em;
	text-decoration: underline;
}

a:hover
{
	color: #fff;
	background: #F33699;
	text-decoration: none;
}
