@charset "utf-8";
/* CSS Document */

body {
margin:0px;
background-color:#000000;
}

p {
margin:0
}

/* DIVS */ 

#wrapper {
width:900px;
height:600px;
margin: 0 auto 0 auto;
background-image:url(images/background.jpg);
}

#top {
height:190px;
width:845px;
}

#top_left {
float:left;
height:185px;
width:875px;
overflow:hidden;
}

#top_right {
margin: 0 10px 0 auto;
float:right;
height:185px;
width:240px;
}


#middle {
height:350px;
width:845px;
background-image:url(images/text_background_main_page.gif); 
background-repeat:no-repeat;
}

#middle_left {
float:left;
height:340px;
width:595px;
}

#middle_right {
float:right;
height:340px;
width:240px;
}


#bottom {
height:30px;
width:845px;
}

#text {
margin: 32px 52px 0 auto;
height:295px;
width:500px;
color:#227EC5;
font-size:12px;
overflow:auto;
}

