/* CSS Document */
body { margin:0; background:url(/images/flash-bg.png) no-repeat center top; }
div { width:1300px; height:auto; margin:0 auto;}
ul {width:auto; height:375px; margin:39px auto; padding:0; list-style:none;}
ul li { float:left; width:auto; height:auto; padding:0 2%;}
ul li img { width:255px; border:0;}

@media screen and (max-width:1280px)
{
	div{width:1110px}
	ul li { padding:0 1%;}
}

@media screen and (max-width:1024px)
{	
    div{ width:892px;}
	ul{margin:68px auto;}
	ul li img{ width:205px;}
	ul li { padding:0 1%;}
}
