body {
	background-image: url(../images/main-graphics/paper-background.jpg); background-repeat: repeat;
	margin: 0; padding:0;
	font-family: Arial, Helvetica, sans-serif; font-size: 12px;
	color: #333333;
	text-align: center;
}
.button {
	cursor: pointer;
}
#master {width: 100%; text-align: center;}

#flog_top-left {
	position: absolute; width: 340px; height: 320px; z-index: 0; top: 0px; right: 0px;
	background-image: url(../images/main-graphics/flock_top_right.png); background-repeat: no-repeat;
}	
#flog_bottom-left {
	position: fixed; width: 190px; height: 130px; bottom: 0px; left: 0px; z-index: 0;
	background-image: url(../images/main-graphics/flock_bottom_left.png); background-repeat: no-repeat;
}
#flog_bottom-right {
	position: fixed; width: 80px; height: 130px; bottom: 0px; right: 0px; z-index: 0;
	background-image: url(../images/main-graphics/flock_bottom_right.png); background-repeat: no-repeat;
}
#page {width: 880px; z-index: 2; margin: 0 auto; text-align:left;}

#header {position: absolute; width: 880px;}
#header-logo {width: 350px; float:left;}
#header-right {width: 480px; height: 160px; float: right; text-align: right; padding-top: 122px; margin-right: 50px;}
#header-right2 {width: 480px; height: 19px; float: right; text-align: right; padding-top: 80px; margin-right: 50px;}
#header-flags {width: 70px; height: 24px; float: right; text-align: right; padding-top: 20px; margin-right: 50px;}

#main {position: absolute; top: 160px; z-index: 2; text-align:left; width: 880px;}
#main-menu {width: 190px; float: left; padding-top: 38px;}
#main-body {width: 640px; float: right; min-height: 400px; margin-right: 50px;}
#main-body-centered {width: 640px; float: right; height: 450px; margin-right: 50px; text-align: center; padding-top: 150px;}

#footer {width: 880px;}
#footerContent {width: 880px; float: left; text-align: center; border-top-style: solid; border-top-width: 1px; border-top-color: #666666; padding-top: 10px; margin-top: 10px;}
#footer-left {width: 370px; float: left; border-top-style: solid; border-top-width: 1px; border-top-color: #666666; padding-top: 10px; margin-top: 10px; margin-left: 50px;}
#footer-right {width: 410px; float: right; text-align: right; border-top-style: solid; border-top-width: 1px; border-top-color: #666666; padding-top: 10px; margin-top: 10px; margin-right: 50px;}

#title-image {width: 640px; text-align: left;}

#home-box1 {width: 375px; left: 190px; position: absolute;}
#home-box2 {width: 265px; left: 565px; position: absolute;}
#home-oureco {left: 190px; top: 281px; position: absolute;}
#home-materials {left: 191px; top: 319px; position: absolute;}
#home-becoblog-logo {margin-top: 367px; position: relative;}
#home-becoblog-logo2 {margin-top: 337px; position: relative;}

.about {width: 500px; text-align: left;}

/* FORMS */
.formBox {
	width: 300px;
	margin-bottom: 10px;
}

