/* http://www.sportsonephoto.com/css/styles_splash.css */
@charset "utf-8";
/* CSS Document */


/* BODY ELEMENTS *************************************************************************************/
* {margin: 0; padding: 0;}
body {background: url(../images/splash/satinbg.jpg) top center; background-repeat: no-repeat; background-color: #012337;}

/* CONTAINERS *************************************************************************************/

#container {width: 731px; margin: auto;}
#logo {width: 731px; float: left;}
#gallery {width: 731px; float: left;}
#bottom {clear: both;}

/* ROLLOVERS *************************************************************************************/

a.usa {width: 371px; height: 260px; display: block; float: left; background: url(../images/splash/btn_usa.jpg);}
a.usa:hover {background-position: 0 -260px;}

a.canada {width: 360px; height: 220px; display: block; float: left; background: url(../images/splash/btn_canada.jpg);}
a.canada:hover {background-position: 0 -220px;}

a.gallery {width: 487px; height: 121px; display: block; float: left; position:relative; right:-15%; background: url(../images/splash/gallery.jpg);}
a.gallery:hover {background-position: 0 -121px;}
