/* CSS Document */

*{
	padding:0px;
	margin:0px;
	background-color: #FFFFFF;
}


#container {
	width: 1240px;
	height: 755px;
	margin:0 auto;
}
a{
	color:#333333;
}
a, img{
	border:0px;
}

#footer{
	margin:0 auto;
	width:1080px;
	height:90px;
	//background: url('../images/footer.gif') no-repeat 10px;
}

#footer p{
	font-size:10px;
	font-family:Helvetica, Arial, sans-serif;
	color:#333333;
}
