/* CSS Document */
body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    background: #a4e2e6;
}
#container {
    margin: 0px auto;
    padding: 0px;
    width: 700px;
    background: url(http://resin-lovin.com/images/Lotus_background.jpg) repeat-y;
}
#header {
    width: 100%;
    height: 300px;
    background: #EEE;
}
#leftside {
    width: 150px;
    float: left;
    background: url(http://resin-lovin.com/images/Lotus_left_background.jpg) repeat-y;
}
#rightside {
    width: 150px;
    float: right;
    background: url(http://resin-lovin.com/images/Lotus_right_background.jpg) repeat-y;
}
#text {
    width: 400px;
    background: url(http://resin-lovin.com/images/Lotus_center_background.jpg);
    float: left;
}
#footer {
    width: 100%;
    height: 50px;
    clear: both;
    background: url(http://resin-lovin.com/images/Lotus_footer.jpg);
} 

p {
    margin: auto 10px;
    font: 11px/15px Arial, Verdana, sans-serif;
}
