/*-------------------------------------------------
 Imported Styles
-------------------------------------------------*/
@import url("layout.css");
@import url("typography.css");


body {
	margin:0 5px 0 5px;
	padding:0;
	font:normal 10px/1.7em georgia, times, serif;
	background:#fff url(../images/bg_wedo.gif) bottom right no-repeat fixed; /* "fixed" for firefox */
	color:#000;
	height:100%; /* firefox */
	}
	
ul, ol {
	list-style:none;
	}
	
img {
	border:none;
	}
	
form {
	margin:0;
	padding:0;
	}