@charset "utf-8";
#title {
	position: relative;
	height: 60px;
}

#main {
	background-image: url(../images/globe.png);
	background-repeat: no-repeat;
	height: 720px;
	width: 802px;
	position: absolute;
}
#insidemain {
	width: 700px;
	margin-left: 50px;
	margin-top: 25px;
}
#movie {
	background-color: #44c3ed;
	height: 405px;
	width: 700px;
	position: relative;
	margin-top: -1px;
	padding-top: 18px;
}
#flash {
	height: 387px;
	width: 666px;
	position: relative;
	margin-left: 16px;
	background-color: #44c3ed;
}
#buttonbar {
	height: 116px;
	width: 700px;
	padding-top: 15px;
	position: relative;
}
#left {
	float: left;
	width: 350px;
	position: relative;
}
#right {
	float: right;
	width: 350px;
	position: relative;
}
#bnewz {
	float: left;
	position: relative;
}
#kidz {
	float: right;
	position: relative;
	margin-right: 7px;
}
#todaynewz {
	float: left;
	position: relative;
	margin-left: 7px;
}
#musicbox {
	float: right;
	position: relative;
}
#footer {
	position: relative;
	margin-top: 20px;
}

/* CSS Document */

#wrapper {
	background-color: #000;
	background-position: center;
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	height: 800px;
}
body {
	background-color: #000;
}
