body
{
	background-color: #000;
}

#main
{
	width: 820px;
	height: 600px;
	margin: 0 auto 0 auto;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	color: black;
	font-family: Comic Sans MS, cursive;
	font-size: 14pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	overflow: hidden;
}
#head
{
	display: block;
	vertical-align: middle;
	width: 800px;
	height: 100px;
	padding-top: 15px;
	margin-right: 8px;
}
div#pages
{
	display: block;
	margin-bottom: 5px;
	font-size: 10pt;
	font-variant: small-caps;
}
div#pages a:link
{
	color: #600;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
}
div#pages a:hover
{
	color: #600;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: underline;
}
div#pages a:active
{
	color: #600;
	font-family: sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
	text-decoration: none;
}
#pic
{
	width: 33%;
	height: 150px;
	float: left;
	padding-bottom: 5px;
}
#prod
{
	width: 400px;
	height: 225px;
	float: left;
	padding-bottom: 5px;
	font-family: Comic Sans MS, cursive;
	font-size: 16pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
}

a
{
	color: #600;
	font-family: sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
}
h1
{
	color: black;
	font-family: sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-variant: normal;
	font-weight: 200;
}
