/* CSS Document */

html, body {
margin				: 0px 0px 0px 0px;
padding				: 10px 0px 10px 0px;
background			: url(../images/fullbg2.png);
}

#main {
margin				: auto;
width				: 595px;
}

#background {
width				: 595px;
float				: left;
background-image	: url(../images/bg.png);
}

#topbar {
width				: 595;
float				: left;
}

#copyright {
width				: 595px;
float				: left;
margin-top			: 10px;
}

#left {
width				: 145px;
float				: left;
padding-left		: 10px;
}

#right {
width				: 430px;
float				: left;
}

#text {
width				: 390px;
float				: left;
padding-left		: 20px;
}

#bottom {
width				: 585px;
height				: 18px;
float				: left;
margin				: 0px;
padding-right		: 10px;
padding-top			: 35px;
background-image	: url(../images/bottom.png);
}

#bottom2 {
width				: 585px;
height				: 18px;
float				: left;
margin				: 0px;
padding-right		: 10px;
padding-top			: 35px;
background-image	: url(../images/bottom2.png);
}

