@charset "utf-8";

@import url(core.css);

@media screen {

body { text-align: center; }
#header { margin-top: 20px; clear: both; }

#container { width: 1000px; float: none; margin-left: auto; margin-right: auto; }

.row { margin-top: 50px; clear: both; }
.row ul { margin: 0px; list-style-type: none; }
.row ul li { margin: 0px; float: left; display: block; }
.row ul a { width: 300px; height: 88px; display: block; }
.row ul a strong { display: none; }

.row ul li#red a { margin-right: 50px; background: transparent no-repeat url(red/index.png) top left; }
.row ul li#green a { margin-right: 50px; background: transparent no-repeat url(green/index.png) top left; }
.row ul li#orange a { background: transparent no-repeat url(orange/index.png) top left; }
.row ul li#blue a { margin-right: 50px; background: transparent no-repeat url(blue/index.png) top left; }
.row ul li#yellow a { margin-right: 50px; background: transparent no-repeat url(yellow/index.png) top left; }
.row ul li#grey a { background: transparent no-repeat url(grey/index.png) top left; }

#footer { clear: both; }
