div.headercontainer
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 200px;
	background-color: #888888;
}

div.container
{
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 122px;
	color: #ffffff;
	background-color: #d9d9d9;
	text-align: right;
}

div.headershadow
{
	z-index: -1;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	width: 400px;
	height: 200px;
	background-color: #efefef;
}

div.shadow
{
	z-index: -1;
	position: absolute;
	margin-left: 10px;
	margin-top: 10px;
	width: 400px;
	height: 122px;
	background-color: #efefef;
}

a img
{
	border-style: none;
}

.float
{
	float: left;
}


