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

#container
{
	width: 700px; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #CCCCCC; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 650px;
	background-color: #FFFFFF;
	}
.image {
	border: 1px solid #999999;
}

#link { /* This Is The BG Color Of The Main Div */
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;

}

#link a {
	color: #0066FF;
	text-decoration: none;
}

#link a:hover {
	color: #0066FF;
	text-decoration: underline;
}

#footer { /* This Is The BG Color Of The Main Div */
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: -25px;

}

#footer a {
	color: #0066FF;
	text-decoration: none;
}

#footer a:hover {
	color: #0066FF;
	text-decoration: underline;
}
