html
{
	height: 100%;
}
body 
{
	background-color: white;
	color: rgb(228,0,115);
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Droid Sans', sans-serif;
	text-align: center;
}
#D2
{
	width: 100%;
	height: 60%;
	text-align: center;
}
#D1
{
	width: 100%;
	height: 40%;
	position: relative;
	color: white;
}
#P1
{
	text-align: right;
	margin-right: 20px;
}
#A1
{
	color: rgb(228,0,115);
}
#A2
{
	color: white;
	position: absolute;
	bottom: 10px;
	font-size: 8pt;
	float: left;
}
#A3
{
	color: white;
	position: absolute;
	bottom: 10px;
	font-size: 8pt;
	float: right;
}
