body
{
	background-color: #FFFFFF;
	text-align: center;
}

#centeringContainer {  
	position: absolute;  
	top: 50%;  
	left: 0px;  
	width: 100%;  
	height: 1px;  
	overflow: visible;  
}  

#block
{
	width: 400px;
	height: 200px;
	font-family: arial;
    margin-left: -200px;
    position: absolute;  
	top: -100px;
	left: 50%; 
}

a
{
	text-decoration: none;
}

#name
{
	font-size: 40;
	font-weight: bold;
    text-align: center;
}

#info
{
	text-align: right;
}

#date
{
	font-size: 16;
}

#location
{
	font-size: 10;
	font-style: italic;
}