/* CSS Document */
#bluesquare{
	position: absolute;
	left:100px;  /**/
	width: 450px;
	height: 150px;
	border: none;
	overflow:hidden;
	text-align: center;
	margin: 0%;
	padding: 3px;
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*background-image: url(../bilder/divexpbg.png);
	background-repeat: repeat-x;*/
	background-color: #FFFFFF;
}
#bluesquare a {
	color: #009999;
	text-decoration: none;
}

