/*
	figfilm.co.uk Screen Styles

	Table of Contents:
		layout
		navigation
		typography
		forms
*/

/* layout
----------------------------------------------- */

body {
	background: url(images/strip.jpg) top left repeat-x #000000;
}

#bwrapper {
	background: #000000;
	margin-top: 80px;
	width: 800px;
	xheight: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	xpadding-top: 170px;
}


/* navigation
----------------------------------------------- */

/* typography
----------------------------------------------- */

h1, a {
	color: #FFF;
	font-family: Trebuchet MS, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a {
	color: red;
}

/* forms
----------------------------------------------- */