@charset "utf-8";
/* CSS Document */

body {
	color: #000;
	margin: 0px;
	background-color: #DEE1EA;
	font-family: Verdana, Geneva, sans-serif;
}
#c-foto {
	background-image: url(../images/back_body.jpg);
	background-repeat: no-repeat;
	height: 846px;
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}
#c-site {
	width: 1138px;
	margin-right: auto;
	margin-left: auto;
}
#c-buttons {
	height: 37px;
	width: 1008px;
	margin-right: 39px;
	margin-left: 91px;
}
#buttons {
	float: left;
	height: 37px;
	width: 168px;
}

.slogan {
	font-size: 30px;
	font-weight: bold;
	color: #C41300;
}
.intro {
	font-size: 12px;
	color: #1F356F;
}




A.footer:link, A.footer:visited{
	text-decoration: none;
	color: #1F356F;
	font-weight: normal;
} 
A.footer:hover, A.footer:active{
	text-decoration: underline;
	color: #C41300
}
