/* sidebar */
#sidebar {
	position: absolute;
	left: 0;
	width: 181px;
	height: 174px;
	background-image: url(../pics/backgrounds/aggias.gif);
}

/* content */
#content {
	margin-left: 172px;
	color: #FFF;
}

#content1 { background-image: url(../pics/backgrounds/start_top.gif); }
#content2 { background-image: url(../pics/backgrounds/start_center.gif); }
#content3 { background-image: url(../pics/backgrounds/start_bottom.gif); }
#content1, #content2, #content3 {
	padding: 10px;
	margin-bottom: 30px;
	width: 750px;
	height: 154px;
	position: relative;
	overflow: auto;
}

#content a { color: #FFF; }
#content p {
	position: absolute;
	bottom: 0;
}
