@charset "utf-8";
/* CSS Document */


html{
	background:#fcf8ed;
}

body{
  	background:#fcf8ed url(/images/background.jpg) repeat;
	margin:0px;
}

.main{
	width:890px;
	height:auto;
	margin:0 auto;
}

.header_container{
	background:#fcf8ed url(/images/header_bg.jpg) repeat;
}

.content_container{
	clear:both;
	height:auto;
	position:relative;
	_width:910px;
}

.content_container_join{
	clear:both;
	height:auto;
}

.footer_container{
	height:auto;	
}

a{text-decoration:none; cursor:pointer;}
a:hover {text-decoration:underline; cursor:pointer;}

.clearfix{clear:both;height:0;font-size:0;margin:0;padding:0;}

object:active, div:active
{
outline: none;
}

object:focus, div:focus
{
-moz-outline-style: none;
}

