@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg.gif);
	margin:0;
	padding:0;
	font-family:"Trebuchet MS";
	font-size:11px;
}

img {
	border:none;
}

#wrapper {
	width: 920px;
	margin-left:auto;
	margin-right:auto;
}

#logo {
	width: 406px;
	height: 49px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../images/logo-jordan.gif);
	background-repeat:no-repeat;
	margin-top:40px;
}

#flash {
	width: 920px;
	height: 326px;
	padding-top: 14px;
	background-image:url(../images/bg-flash-intro.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#flashMain {
	width: 920px;
	height: 620px;
	background-repeat:no-repeat;
	text-align:center;
	margin-top: 50px;
}

p, h1 {
	text-align:center;
	color:#343535;
	line-height: 140%;
	font-size:11px;
	font-weight:lighter;
}

a {
	color:#c29135;
}

#btnEnter {
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	margin-top, margin-bottom: 15px;
}