@charset "utf-8";

/*---------------------------------------
Version: 1.0
Author: Federico Deal
email: fede@vixur.com
Website: www.vixur.com
---------------------------------------*/


@import url(layout.css);
@import url(typography.css);
@import url(colors.css);


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

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

html {
	font-size:100%;
}

.clear {
    clear: both;
	line-height: 0em; /* Needed if clear DIV contains a space... long story. */
}

.left {
	float: left;
}

.right {
	float: right;
}

a img {/* remove borders from linked images */
	border: 0;
}