/* CSS Document */

body {
	background: #000;
	color:#ff0033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}



h1 {
	font-size:28px;
}

#main article {
	display:inline-block; 
	vertical-align: top;

}

#main article img {
	max-height:320px;
	max-width:auto;
	box-shadow:0px 0px 10px -5px #4c4948;
	border-radius: 5px;
}