a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	color: #CC0033
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0033
}
body {
	background-color:#000033;
	background-image: url(../../images/cat-sometimes-had-the-feeling-of-being-watched.jpg);
	background-repeat: repeat;
}
#main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: thin solid #C33;
	background-color: #000033;
	text-align: center;
	height: 500px;
	padding-right: 30px;
}
#image {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	height: 180px;
	width: 500px;
	padding-bottom: 10px;
}
