@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.dclink {
	text-decoration: none;
	color: #FFFFFF;
}

a.dclink	{
	text-decoration: none;
	color: #FFFFFF;
}

a.dclink:hover	{
	color: #000000;
	text-decoration: none;
}


#container	{
	width: 800px;
}

#logo	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#main	{
	position: absolute;
	top: 0;
	left:100px;
	width: 650px;
	height: 700px;
	background-image:url(img/sun.gif);
	z-index: 1;
}

#copy	{
	position: absolute;
	top: 250px;
	left: 250px;
	width: 250px;
}
