body {
    background-color: #FDF4A5;
    margin 0 0 0 0;
    text-align: center;
}
	
#container {
    width: 975px;
    height: 100%;
    margin: auto auto;
    position: relative;
}
	
#header {
    width: 925px;
    height: 100px;
    margin: auto auto;
    background-image: url("./img/header.png");
}
	
#logo {
    width: 299px;
    height: 69px;
    float: left;
}
	
#cloud {
    width: 206px;
    height: 34px;
    margin-top: 50px;
    margin-left: 195px;
    float: left;
}	
	
#cloud h2 {
    color: #92278F;
    font-size: 14px;
    font-weight: bold;
    font-family: 'MS Comic Sans', Arial, Tahoma, Verdana;
    margin-bottom: 2px;
}
	
#cloud p { 
    margin: 0 0 0 0;
}
	
#cloud a {
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
    font-family: Arial, Tahoma, Verdana;
}
	
#sun {
    width: 156px;
    height: 86px;
    float: left;
    margin-left: 50px;
}
	
#content-area {
    width: 925px;
    height: 600px;
    margin: auto auto;
    background-image: url("./img/content-bg.png");
}
	
#footer {
    width: 950px;
    height: 140px;
    background-image: url("./img/footer.png");
}
	
#menu {
    position: absolute;
}
