@charset "UTF-8";
/* CSS Document */

/****************************************************************/
/*  TAGS  */
/****************************************************************/

body {
 	margin: 0px;
	background-image:url(main_background.jpg);
 	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
 	font-size:12px;
	line-height:22px;
 	color: #757575;
}

#container {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-485px;
	margin-top:-215px;
	height:429px;
	width:970px;
}

#content {
	background-image:url(content_background.png);
	_background-image:url(content_background.gif);
	background-repeat:no-repeat;
	width:955px;
	height:414px;
	padding-top:15px;
	padding-left:15px;
}

#header {
	width:905px;
	height:149px;
	padding-left:20px;
	padding-right:15px;
}
#header_text {
	float:left;
	padding-left:30px;
	width:325px;
}

#motive {
	float:left;
}


