/* CSS Document */

body {
	font-family: Arial, sans-serif;
	font-size: 80%;
	}

#container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	}

#bg {
	position: absolute;
	top: 10px;
	right: 0;
	}

#content {
	padding: 0 0 0 88px;
	}

#sidebar ul {
	list-style-type: none;
	}

#news h2 {
	color: #FF0000;
	}