@charset "utf-8";
body 
{
	background-image:url("../images/background_1440.jpg");
/*	background-color: #ffffc0;*/
	background-repeat:repeat-y;
	width:100%;
	height:100%;
}

div 
{
	text-align:center;
}

a:hover 
{
color:red;
font-weight:normal;
}

a 
{
color: #3333CC;
text-decoration:none;
}

h2 
{
	width: 40%;
	background-color: #d5ddf3;
	color: #3333CC;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #3366cc;
}



