/* universal page settings
------------------------------------------------------------ */
html
{
	height: 100%;
}

body
{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	background: fixed #B6B6B6 url(../images/general/background.jpg);
}

body, #wrapper
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: none;
}

a img
{
	border: none;
}
