
body {
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-color: black;
	height: 758px;
	margin: 0px;
}

div.button {
	position: absolute;
}

#article {
	position: absolute;
	width: 350px;
	border: 3px black solid;
	left: 392px;
	top: 57px;
	padding: 15px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: .8;
	-moz-opacity: .8;
	color: black;
	font-size: 13px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
}

img {
	border: none;
}

a {
	color: black;
}

p:first-child {
	margin-top: 0px;
}

p:last-child {
	margin-bottom: 0px;
}

h1 {
	font-size: 17px;
}

/*
#simpleviewer {
	margin-left: 350px;
}
*/