html, body {
	padding: 0px;
	margin: 0px;
}
body {
		background: #000 url('img/background.jpg') top left repeat-x;
}

#box {
	background-color: rgba(70, 177, 209, 0.398438);
	margin-left: -240px;
	margin-top: -40px;
	position: absolute;
	height: 80px;
	width: 480px;
	left: 50%;
	top: 50%;
	border-top-left-radius: 10px 10px;
	border-top-right-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
	border-bottom-left-radius: 10px 10px;
	border: 1px solid #FFFFFF; 
}
#logo {
	background-image: url('img/logo.png');
	background-color: transparent;
	position: absolute;
	height: 128px;
	width: 128px;
	left: 20px;
	top: -18px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#boxcontent {
	position: absolute;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	left: 165px;
	top: 10px;
}
