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

/* IMPORTS */
@import url("undo.css");

/* MAIN */
html {
	
}
body {
	background: url(images/background.jpg) repeat-x top left #dadada; 
	font-family:Helvetica, Arial, sans-serif; 
	color:#000; 
	font-weight:bold; 
	line-height:1.4em;
}

a,a:link,a:visited {
	color:#fff;	
	text-decoration:none;
}
a:hover, a:active {
	color:#999;
}

#container {
	margin: 20px auto; 
	width:900px;
}
#header {
		height:100px;
	}

#page {}

.left-column {
	background:#0096c0;
}

.right-column {
	background:#0096c0;
}
