/* events */
* {
padding: 0;
margin: 0;
}

body {
background: #000055;
}

#wrapper {
background-color: #000055;
width: 880px;
}



#noticeboard {
background-color: #000055;
width:850px;
margin-right: 5px;
margin-top: 5px;

}

#noticeboard h1 {
font-family: Verdana, Arial, sans-serif;
font-size: 124%;
margin-bottom: 18px;
	font-weight: bold;
	font-size: 20px;
	color: #F3CB27;
}



#noticeboard img {
border: solid 3px white;
margin: 10px;
}

.white {
color: #F7DB6A;
}

#more1 {
width: 300px;
font: 12px Verdana, Arial, sans-serif;
border: 2px solid #ffffff;
margin-top: 50px;
padding: 10px;
background-color: #000055;
position: absolute;
left: 255px;
top:  12px;
}

#more1 a {
color: #F7DB6A;
text-decoration: none;
}

#more1 a:hover {
text-decoration: underline;
}

#noticeboard {
position: relative;
}

#board2 {
position: absolute;
left: 550px;
top: 40px;
}

#board3 {
position: absolute;
left: 10px;
top: 300px;
}


#board4 {
position: absolute;
left: 240px;
top: 350px;


}

#board5 {
position: absolute;
left: 580px;
top: 280px;
}

#footer {
clear: both;
}