html,body {
	margin: 0;
	padding: 0;
}

img.bg { /* Set rules to fill background */
	min-height: 100%;
	min-width: 640px;
	/* Set up proportionate scaling */
	width: 100%;
	height: auto;
	/* Set up positioning */
	position: fixed;
	top: 0;
	left: 0;
}

img
{
    border-style: none;
}

div.content {
	position: absolute;
	top: 50px;
	right: 100px;
	width: 300px;
	margin: 0 auto;
	background: transparent;
	padding: 20px;
	color: white;
	font-family: helvetica, arial, sans-serif;
	font-size: 10pt;
	line-height: 16pt;
	-moz-box-shadow: #000 4px 4px 10px;
	-webkit-box-shadow: #000 4px 4px 10px;
}

a {
	color: red;
}

cite {
    font-size: small;
}

