/* BrownBits 2009 */

body, html {
	padding: 0;
	margin: 0;
}

body {
	background: url(../img/stripe.png);
	font-family: "Trebuchet MS";
	font-size: 15px;
	padding: 0;
	text-align: center;
}

#bubble {
	margin: 0 auto;
	padding-top: 17%;
	width: 256px;
	height: 130px;
}

#bubble .logo {
	position: relative;
	background: url(../img/logoxl.png);
	width: 256px;
	height: 104px;
}
#bubble .message {
	position: relative;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #f3e196;
	margin-top: 10px;
	text-align: center;
}

#bubble a {
	color: #f3e196;
	text-decoration: none;
}