/* CSS Basics */


html, body, h1, h2, h3, h4, h5, h6, ol, ul, li, dl, dt, dd, form, fieldset, input, select, textarea, div, p, img, table, th, td, object, pre, blockquote, address { 
	margin: 0; 
	padding: 0;
	font-size: 100%;
}

address, abbr { 
	font-style: normal;
}

body, a {
	color: #fff;
}

body {
	background: url(images/bg.gif) repeat-x;
	background-color: #C00;
	font-size: 62.5%;
}

a { 
	text-decoration: none;
	outline: none;
	color:#fc0;
	font-weight:bold;
}

a:hover { 
	text-decoration: underline; 
}

ul { 
	list-style: none;
}

blockquote {
	margin-left: 1em;
}

img {
	border: none;
	display: block;
}

table {
	border: none;
}

.spacer {
	clear: both;
	height: 0px;
	overflow: hidden; 
	display:inline;
}