@charset "utf-8";
/* CSS Document */

/* General --------------- */
html, body { width: 100%; height: 100%; margin: 0; padding: 0; }
body{ background: #0079c1 url("../images/soccer_splash_BG.gif") top center no-repeat; font: 12px Arial, Helvetica, sans-serif #444; }
img { border: none; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clear { clear: both; }

/* Page Specific ----------*/
#wrapper { min-width: 940px; margin: 0 auto; width: 50%; height: 100%; }
*html #wrapper.minwidth { z-index: 1; position: relative; float: left; border-left : #fff 400px solid; }
*html #wrapper.container { z-index: 2; position: relative; float: left; margin-left: -940px; }
 
#logo { margin: 20px 0 20px 0; } 
#mainContent { width: 940px; margin: 0 auto; }
#top { width: 940px; height: 282px; }
#bottom { position: relative; height: 220px; padding: 10px; }
#bottom .ball { width: 375px; position: absolute; top:-180px; left: 286px; margin: 0; }
/**html #bottom .ball { margin-top: -405px; padding-top: 0; }
html>body #bottom .ball { *margin-top: -405px; *padding-top: 0; }
*/
#signin_en, #signin_fr { width: 447px; height: 165px; background: #e8eaeb; text-align: center; padding-top: 50px; }
