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

* {
	margin:0px;
	padding: 0px;
}

/**************************** HTML TAGS ****************************/

body {
	background: url(../images/background.jpg) fixed repeat;
	font-family: "Courier New", Courier, monospace; /* 1px X 0,0626 = 1em */
	color: #000;
	font-size:14px;
}

/**************************** ID OPMAAK ****************************/

#container {
	width:900px;
	margin:0 auto;
	overflow:hidden;
	margin-top:50px;
}


