@charset "utf-8";
/* CSS Document */
/*---------------------------------------
Version: 1.0
Author: Federico Deal
email:fede@vixur.com
Website:www.vixur.com
---------------------------------------*/


@import url(typo.css);


* {/* zero all margins and padding */
	margin: 0;
	padding: 0;
}

body { /* set page background colour/image */
	font-size: 62.5%;
	height:100%;
}
html {
font-size:100%;}

.clear { clear: both; line-height:0 }

a img {/* remove borders from linked images */
		border: 0;
}
a {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}

ul {list-style:none;}

/*Header/Logo image replacement Hack */
#header h1 {
	width:550px;
	height:65px;
	position:relative;
	}
#header h1 span {
	background: url(../images/titlehead.jpg) no-repeat;
	position:absolute;
	width:100%;
	height:100%;
	}
/* End of Header/Logo image replacement Hack */

.left { float: left }
.right { float: right }