/* the trembling index css */

body {
	background-color: #001fbb;
	background-image:url(../img/indexback.png);
}

#header {
	background-color:#4d4d4d;
}

#title-left {
	background-color:#f4ff33;
}
#title-img {
	background-image:url(../img/indeximg.png);
}

#title-txt {
	background-color:white;
	background-image:url(../img/indextitleback.png);
}

#title-right {
	background-image:url(../img/indextitlecurve.png);
}

#sidebar {
	background:url(../img/indexsidebar.png);
	background-repeat:repeat-y;
	background-position:top left;
	width:690px;
}

#poemtop {
	background:url(../img/indextopcuve.png);
}


#poembot {
	background:url(../img/indexbotcuve.png);
}

#footer-right {
	background-image:url(../img/indexfootcurve.png);
}

#footer-left {
	background-color:#f4ff33;
}
