
* {margin: 0; padding: 0;}

body, html 
{
	color:#72d2ff;
	font-family: times, sans-serif;
	font-size: 11pt;
	text-align: center;
	background-color: transparent;
	background: url(brushed.jpg) fixed repeat;
	margin: auto;
	overflow:auto;
}

a { text-decoration: none; color: #c0c080; border: none;}
a:hover { color: #e0e0c0; }
a:active, a:focus { outline: none }
a img { border: none; }

object { outline:none; }
iframe { overflow:hidden; }

/** wrapper for entire page **/
#wrap
{
	position: relative;
	margin:auto;
	overflow:hidden;
}
