body 
{
	background-color: #333333;
	color: #333333;
	font-family: verdana, arial, sans-serif;
}
img { border: none; }

#content
{
	background-color: transparent;
	background-image: url(images/content-background.png);
	background-position: top left;
	background-repeat: no-repeat;
	position: fixed;
	width: 450px;
	height: 200px;
	left: 50%;
	top: 50%;
	margin-top: -100px;
	margin-left: -225px;
	text-aling: center;
}
#content-main
{
	height: 200px;
}
#content-footer 
{
	height: 5px;
	background-color: transparent;
	background-image: url(images/content-footer.png);
	background-position: top left;
	background-repeat: no-repeat;
}
#links 
{
	text-align: center;
	position: absolute;
	top: 100%;
	margin-top: -40px;
	width: 100%;	
}
#links a { padding: 3px; }
.avatar
{
	border: 1px solid #333333;
	background-color: #ffffff;
	padding: 4px;
}
#avatar 
{  
	position: absolute;
	top: 25px;
	left: 25px;
}
#titles 
{
	position: absolute;
	top: 25px;
	left: 150px;
}
#title
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 18pt;
}
#subtitle
{
	font-weight: 12pt;
}

#mail-qr-small {
	position: absolute;
	top: 100%;
	left: 100%;
	margin-top: -140px;
	margin-left: -140px;
	border: 1px solid #000;
}