/* ADDED */
body, html{
	background-color: #fff;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active{
	color: #00a5bd;
	text-decoration: none;
}

a:hover{
	color: #36cce2;
}

#bg_pattern{
	margin-left: auto; margin-right: auto; width: 775px; height:659px;
	padding-top: 30px;
	background-image:url('../gfx/bg_pattern.png');
	background-repeat: no-repeat;
	
}

#header{
	background-image:url('../gfx/header_repeat_bg.png');
	background-repeat:repeat-x;
	background-color: #000;
	width: 100%;
	height: 51px;
}

#logo{
	width: 775px;
	left: 50%;
	margin-left: -387px;
	position: absolute;
	color: #fff;
	margin-top: 10px;
}


#wrapper{
	background-color: #000;
}

#flash_container{
	width: 775px;
	color: #fff;
	background-color: #000;
	
}


#bottom_container{
	position: absolute;
	top: 705px;
	background-image:url('../gfx/bottom_repeat_bg.jpg');
	background-repeat:repeat-x;
	width: 100%;
	background-color: #fff;
	height: 261px;
}


#more_stuff{
	width: 264px;
	left: 50%;
	margin-left: -132px;
	position: absolute;
}

#box_wrapper{
	margin-left: auto; margin-right: auto; width: 1000px; height:310px;
	margin-top: 65px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	
}

#fbLogin {
	position: relative;
	top: 500px;
	left: 275px;
}