body {
	background-color: #FF6600;
	margin: 0 auto;
}
#footer {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	width: 900px;
	height: 120px;
	margin-top: 10px;
	padding: 10px;
}
/*****************/
/* DEFAULT LINKS */
/*****************/

#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: 800px;
	text-align: center;
}
#follow {
	position: absolute;
	margin: 0 auto;
	width: 200px;
	height: 50px;
	left: 393px;
	top: 662px;
}
.follow-link {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bolder;
	color: #0099FF;
	text-decoration: none;
}
.follow-link:hover {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 13px;
	font-weight: bolder;
	color: #0099FF;
	text-decoration: underline;
}
.linkfooter {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #FFCC00;
	text-decoration: none;
}
.linkfooter:hover {
	font-family: "Trebuchet MS", Tahoma;
	font-size: 12px;
	font-weight: bolder;
	color: #FFFF00;
	text-decoration: underline;
}
