@charset "utf-8";
/* CSS Document */

h2 {
	width: 480px;
}

#content_container {
	background-image: url(../images/homePageImage.jpg);
	background-color: #ffffff;
	background-position: left bottom;
	background-repeat: no-repeat;		
	height: 450px;
}

#content {
	margin-right: 0px;
	margin-left: 0px;
}

#soccer_img {
	float: right;
	height: 450px;
	width: 273px;
	background-color: #70A1BF;
	border-left: solid 3px #185573;
	vertical-align: bottom;
}

#soccer_img img{
	margin-top: 38px;
}

#content h2 {
	text-align: center;
	margin-top: 10px;
	margin-left: 30px;
}

#content p {
	width: 220px;
	float: left;
	font-size: 12px;
	margin-left: 30px;
	line-height: 140%;
}

#content p a {
	display: block;
	text-decoration: none;
	color: #000000;	
	font-weight: bold;
}
