@charset "utf-8";
#main {
	background-image: url(http://allaboutmytime.com/images/main_bg.jpg);
	background-repeat: repeat-y;
	width: 784px;
}
#header {
	background-image: url(http://allaboutmytime.com/images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 784px;
}
#footer {
	background-image: url(http://allaboutmytime.com/images/footer.jpg);
	background-repeat: no-repeat;
	height: 114px;
	width: 784px;
}
#content {
	width: 784px;
}
#contentcell {
	width: 724px;
	padding-right: 30px;
	padding-left: 30px;
}
