@charset "utf-8";
/* CSS Document */

body {
	background: #af7bab url(images/bg.jpg) center top;
	margin: 0px;
	}

#wrapper{
	width: 990px;
	height: 924px;
	margin: 0px auto;
	}
	
#header{
	height: 367px;
	background: url(images/header.jpg)
	}
	
#uStreamVideo{
	padding: 40px 0px 0px 296px;
	}
	
#content{
	height: 436px;
	background: url(images/content.jpg);
	}
	
#flashWrapper{
	width: 908px;
	margin: 0px auto;
	}
	
#footer{
	height: 122px;
	}