@import url('/stylesheets/header.css');
@import url('/stylesheets/feature.css');
@import url('/stylesheets/page.css');

html {
	height: 100%;
}

body {
	background-repeat: repeat-x;
	font-family: "Helvetica Neue-Light", sans-serif, arial, verdana;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
}

.container {
	width: 886px;
	position: relative;
	left: 50%;
	margin-left: -443px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
}

img {
	border: 0px;
}

a img:hover, .submit input:hover,
.header .colorpicker .colors div:hover,
.feature .postit:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}

form {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 10;
}