body {
	background-color: black;

}



#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
}

#header {
	width: 789px;
	height: 97px;
	background: url(angeltop.gif) no-repeat top left;
	color: white;
}

#threeboxes {position:relative; margin-bottom:5px; height:185px;padding-top:5px; }
#threeboxes #box1, #box2, #box3 {position:absolute; width:260px;height:185px;}

#box1 {
	background: #eeeeee url(greygrad.gif) top left repeat-x;
	
	
}

#box2 {
	background-color: #222222;
	left: 265px;
	background: #eeeeee url(blackgrad.gif) top left repeat-x;
}

#box3 {
	background-color: #ff5dff;
	left: 530px;
	background: #eeeeee url(pinkgrad.gif) top left repeat-x;
}


#content {
	width: 789px;
	margin-top: 5px;
	background: black;
}

#sidebar {
	float:left;
	width: 260px;
	background-color: #dddddd;
}

#article {
	float: right;
	width: 494px;
	background-color: #ffffff;
	color: #111111;
	font: 11px verdana;
	padding: 15px;
}