@charset "utf-8";
body {
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: center top;
}
#content {
	width:70%;
	z-index:1;
	background-image: url(images/apbg.png);
	color: #03F;
	position: absolute;
	left: 242px;
	top: 53px;
	right: auto;
	bottom: auto;
	padding: 20px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-attachment: fixed;
	background-position: center top;
}
.blinky {
	color: #000;
	text-decoration: blink;
}
#content h1 {
	color: #000;
	text-align: center;
}
#content p {
	color: #000;
	border: 1px none #000;
}
a:link {
	color: #03F;
	text-decoration: none;
}
.email {
	background-color: 1px none #000;
	filter: buy me;
	border: 1px none #000;
}

a:visited {
	text-decoration: none;
	color: #C0F;
}
a:hover {
	text-decoration: none;
	color: #FF0;
}
a:active {
	text-decoration: none;
	color: #CCC;
}
