body {
    background: #6699CC;
    color:rgb(102,51,204);
}

#header {
	background-image: url(../images/firstwords/title.gif);
	background-repeat: no-repeat;
	background-position: 351px 90px;
	height:146px;
}

#logo {
	background-image: url(../images/firstwords/logo.gif);
    width:351px;
    height:146px;
    float:left;
}

#mainContent {
	background-color: rgb(255,255,205);
}

#mainContent.login {
    background-image: url(../images/firstwords/login_back.gif);
    background-repeat: no-repeat;
    background-position: center 100px;
}

#mainContent.register {
	background-image: url(../images/firstwords/register_back.gif);
    background-repeat: no-repeat;
	background-position: 80px 0px;
}

#mainContent form input.button {
    color:white;
    background:rgb(102,51,204);
}

#footer {
	background-color: rgb(153,204,103);
	background-image: url(../images/firstwords/footer.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}

