body {
	color: #ffffff;
	line-height: 1.5em;
	font-family: Arial;
	font-size: 14px;
	background: #1d1d1d url(images/bg2.png) repeat 0px 0px;
	outline-color: #FFF;
 	
}
	a:link {color:#ffffff;}      /* unvisited link */
 	a:visited {color:#cccccc;}  /* visited link */
 	a:hover {color:#FF00FF;}  /* mouse over link */
 	a:active {color:#0000FF;}  /* selected link */ 
/*.main {
	background: red;
	display: block;
	min-width: 976px;
	max-width: 976px;
	min-height: 800px;
	margin: 0px auto;
}

.box {
	background: blue;
	display: inline-block;
	min-width: 379px;
	max-width: 379px;
	min-height: 298px;
	max-height: 298px;
	margin: auto;
	margin-top: 250px;	
} */

.logo {
	color: #ffffff;
	background-image: url(images/Logo_Normal.png);
	display: block;
	margin-top: 150px;	
    margin-left: auto;
    margin-right: auto;
    min-width: 399px;
	max-width: 399px;
	min-height: 498px;
	max-height: 498px;

}

.logo:hover {
background-image: url(images/Logo_Glow.png);


}
