* {
	margin: 0;
	padding: 0;
}

#world {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: linear-gradient(#e4e0ba, #f7d9aa);
}

.bubble 
{
margin: 32px auto 0;

width: 800px;
position: relative;
height: 160px;
padding: 0px;
background: #EBF4B8;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: #efefef solid 1px;
}

.subtext {
font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size:18px;
font-weight:400px;
font-stretch:normal;
line-height:19.5px;
margin:18px;
}

a, a:hover {
	color: #07C;
	text-decoration: none;
	cursor: pointer;
}