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

body {
	background-color: #666;
	background-image: url(images/bck-intro.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#intro-container {
	height: 600px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#intro-header {
	height: 18px;
	width: 780px;
	padding-top: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C00;
	text-align: center;
}
#intro-logo {
	height: 300px;
	width: 780px;
}
#intro-text {
	height: 90px;
	width: 780px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#intro-footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	height: 30px;
	width: 780px;
	text-align: center;
	font-weight: bold;
	color: #F60;
	padding-top: 30px;
}
