* { 
	margin:0;
	padding:0;
}

body { 
	background:#1b1b1b;
}

/*==== GLOBAL =====*/
#main {
	width:980px;
	height:750px;
	margin:0 auto
}

