body {
color:black;
}

.container 
{
	width:700px;
	height:320px;
	border-radius: 25px 25px 25px 25px;
	margin: 20px;
	box-shadow: 10px 10px 5px #888888;
	color: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.6em;
	position:relative;
}

.box
{
width:340px;
height:150px;
margin: 5px;
background-color: #b0c4de;
float:left;
}


#topleft
{
border-radius: 25px 0px 0px 0px;
}

#topright
{
border-radius: 0px 25px 0px 0px;
}

#bottomleft
{
border-radius: 0px 0px 0px 25px;
}

#bottomright
{
border-radius: 0px 0px 25px 0px;
}

.middle
{
width:300px;
height:100px;
    position: absolute;
    left: 190px;
	top: 105px;
border-radius: 25px 25px 25px 25px;
background-color: #a9a9a9;
border: 5px solid white;
display: inline-block;
color: #B03900;
}

.lastupdate
{
	text-indent: 50px;
	color:#878787;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}
