body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #000000;
	background-image: url('../images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
}

.container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 750px;
}

.header {
	background-image: url('../images/header.jpg');
	background-repeat: none;
	width: 750px;
	height: 204px;
}

.header .headertext h1 {
	font-size: 10px;
	margin: 0px;
	padding: 160px 0px 0px 350px;
}

.mainarea {
	padding: 10px;
}

.topcelebs_left {
	width: 180px;
	float: left;
	border: 1px dotted #77B6D0;
	margin-right: 10px;
}

.topcelebs_right {
	width: 180px;
	float: right;
	border: 1px dotted #77B6D0;
	margin-left: 10px;
}

.topcelebs_left h1, .topcelebs_right h1 {
	background-color: #CEE4ED;
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-align: center;
}

.middle {
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}

.gossip_headlines {
	margin-top: 6px;
}

.gossip_headlines h1 {
	margin: 0px 0px 5px 0px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #77B6D0;
	font-size: 13px;
	width: 100%;
	overflow: hidden;
}