/* general
---------------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
body {
	background: #fff;
	font-family: tahoma,verdana,sans-serif;
	height: 100%;
}

/* layout
---------------------------------------------------------------------------------------------------*/
#wrapper {
	margin: 0 auto;
	width:		100%;
	height:		41px;	
	background: transparent url(../images/bk-fb-large.jpg) repeat-x 0 0;
}
#container {
	margin: 	0 auto 30px;
	padding: 	50px 200px 0 0 ;
	width:		796px;
	background: url(../images/bk-fb.jpg) repeat-x 0 0;
}

#footer {
	margin: 	0 auto;
	background: url(../images/bk-fb-foot.jpg) no-repeat center 0;	
	height:		50px;	
}

#flash {
	padding: 0 0 0 22px;
}
