body {
	
	margin: 0px;
	padding: 0px;
	font-family: arial;
	font-size: 8pt;
}

.wrapper {
	
	width: 750px;
	height: 350px;
	
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin-top: -175px;
	margin-left: -375px;
}

.content {
	
	width: 750px;
	height: 350px;
	
}

.content .flash {
	
	float: left;
	border: 1px solid #b5b6b7;
	width: 544px;
	height: 348px;
}

.content .rightside {
	
	float: right; 
	text-align: right;
	margin-right: 0px;
	border: 1px solid #b5b6b7;
	height: 348px;
	border-left: 0px;
}

.rightside .logo {
	
	margin: 0px;
}

.rightside .informationtext {
	
	margin-top: 70px;
	margin-right: 10px;
}

.rightside .informationtext a, .rightside .informationtext a:visited, .rightside .informationtext a:active {
	
	color: #0a90c3;
}
