#wraper {
	margin:auto;
	width:779px;
	height:869px;
	background-image:url(images/index.jpg);
	background-repeat:no-repeat;
	
}
#bottom {
	margin:auto;
	width:785px;
	height:117px;
	background-color:black;
	
}

.white_text
{
	font-size: 13px;
	font-weight: normal;
	font-family: Arial;
	padding: 4px;
	color: #FFFFFF;
	
}


.black_copyright_text
{
	font-size: 13px;
	font-weight: normal;
	padding:6px;
	font-family: Arial; 
	color: #000000;
	
}

.white_text_bold
{
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	padding: 0px;
	color: #FFFFFF;
	
}

.white_text_bold a:link {color: #FFFFFF; text-decoration: none; font-weight: bold; border-bottom:1px dashed #fff}
.white_text_bold a:visited {color: #FFFFFF; text-decoration: none;font-weight: bold;border-bottom:1px dashed #fff}
.white_text_bold a:active {color: #FFFFFF; text-decoration: none;font-weight: bold;border-bottom:1px dashed #fff}
.white_text_bold a:hover {color: #FFCC00; text-decoration: none;font-weight: bold;border-bottom:1px dashed #FFCC00}


