#bulletin_board{
	width: 100%;
	height: 200px;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	outline:none;
}
body{
    //background: url(../img/temp_bg.jpg);
	background-repeat: no-repeat;
	//background-size: cover;
	background-position: 10% 10%;
}