@charset "utf-8";

body.style {
	text-align:center;
	margin-top:0px;
}

div.wrapper {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:760px;
}

div.content {
	position:absolute;
	margin-top:0px;
}

img {
	border:0;
}

img.abs {
	position:absolute;
}

:link {
	color:#660000;
	text-decoration:none;
}
:visited {
	color:#660000;
	text-decoration:none;
}
:link:hover {
	color:#6600ff;
	text-decoration:none;
}
:link:active {
	color:#66ff00;
	text-decoration:none;
}

div.text {
	text-align: center;
	font-family: sans-serif;
	font-size: 80%;
	z-index: 10;
}

