
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

body{
	background: #75767a;
}

#container {
	width: 750px;
	margin: 150px auto;

}
