@charset "utf-8";

/* CSS Document */
/* Balloons Cup */ 



* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	background: #ade8f8 url(images/globalBg.jpg) center top no-repeat;
	}
	
#flashContainer {
	width: 100%;
	height: 100%;
	}

