﻿body 
{
	margin-top: 0px;
	padding-top: 0px;
	background-color: #000000;
	font-family: Verdana;
	color: #C0C0C0;
	height: 105%;
}

    
#divFrame
{
	border-style: none; 
	padding-top: 0px; 
	margin-top: 0px; 
	width: 923px; 
	height: 845px; 
	margin-right: auto; 
	margin-left: auto; 
	position: relative; 
	background-image: url('../images/background-change.png');
}


#divTitle 
{
	position: absolute; 
	width: 590px; 
	height: 30px; 
	top: 345px; 
	left: 333px;
	font-size: 1.5em;
	text-align: center;
}


#divMessage 
{
	z-index: 1; 
	width: 790px; 
	height: 300px; 
	position: absolute; 
	top: 437px; 
	left: 63px; 
	overflow: auto;
	text-align: center;
}

#divSocial 
{
	z-index: 1; 
	width: 197px; 
	height: 32px; 
	position: absolute; 
	top: 801px; 
	left: 649px;
}

a
{
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
