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

*									{ margin: 0; padding: 0; }
html    							 {min-height: 100% ; height:100%}                           

body								{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	background: white url(images/brick_bg.jpg) top left;
	background-color:#000000;
	padding:0;
	margin:0;
	min-height: 100%;
}

a, a:active, a:visited				{ text-decoration: none; outline: none; color:#d49403; }
a:hover								{ color: #2e2e2e; text-decoration:underline; }
a img								{ border: none; }
/*img									{ vertical-align: middle; } */
.clear								{ clear: both; }
fieldset							{ border: none; }
::selection                         { background: #fe4902; color: white; /* Safari */ }
::-moz-selection                    { background: #fe4902; color: white; /* Firefox */ }

#wrapper {
	width:100%;
	overflow:hidden;
	width:1060px;
	position:relative;
}

