body {
	background-repeat: no-repeat;
	margin: 0px;
	background-image: url(web_01.jpg);
	background-position: center top;
	color: #333;
}
#header{
	height: 120px;
	width: 970px;
}
#banner{
	width: 970px;
}
#Container{
	width: 970px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #06F;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F60;
}

.projects{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
#footer{
	background-color: #000;
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	padding: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E11520;
}
