html{
	height: 100%;
}
body{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../_images/big_pic.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
p{
	margin: 0px;
	padding: 12px;
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #FFCCCC;
	text-align: justify;
}
a:link{
	text-decoration: none;
	color: #FFCCCC;
}
a:visited{
	text-decoration: none;
	color: #FFCCCC;
}
a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#main{
	margin: 0px;
	padding: 0px;
	background-image: url(../_images/grid.gif);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
}
#headline{
	position: absolute;
	top: 149px;
	left: 149px;
}
#contents{
	position: absolute;
	top: 199px;
	left: 149px;
	width: 401px;
	border: solid 1px #FFCCCC;
	background-color: #000000;
}
#navigation{
	position: absolute;
	top: 24px;
	left: 600px;
}
#copy{
	position: absolute;
	left: 149px;
	width: 375px;
	height: 24px;
	font-size: 10px;
	color: #CC9999;
}

.button{
	margin: 1px 0px 0px 1px;
	width: 74px;
	height: 24px;
	border: none;
}
.thumb{
	position: absolute;
	margin: 1px;
	width: 74px;
	height: 74px;
	border: none;
}