html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	min-height:100%;
}

body { min-height:575px; }
* html body { height: 575px; }

p, img, a img, h1, h2 {
margin:0;
padding:0;
}

img, a img {
border:none;
}


#wrapper {
	width:100%;
	display:block;
	text-align:center;
	z-index:1;
	height:460px;
	min-height:460px;
	position:absolute;
	top:50%;
	margin-top:-260px;
}

#flashcontent {
z-index:99;
width:500px;
margin:0 auto;
}

#footer img {
    z-index:97;
}
#footer a img {
    z-index:98;
}

#footer {
	clear:both;
	width:100%;
	height:100px;
	text-align:center;
	background:url(images/bkgr_footer2.gif);
	background-repeat:repeat-x;
    z-index:96;
	position:absolute;
	bottom:0;
}

#nonFlash {
	width:425px;
	height:350px;
	margin:0 auto;
	text-align:left;
	background:url(images/dots_home.gif) no-repeat bottom right;
}

h1 {
	font-family:"Times New Roman", Georgia, Times, serif;
	font-size:42px;
	font-weight:normal;
	color:#111;
	text-indent:-9999px;
	width:200px;
	height:68px;
	background:url(images/justin_logo_home.gif) no-repeat;
	margin-left:-28px;
}

a:link, a:visited {
	color:#990000;
	text-decoration:underline;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a:active {
	color:#990000;
	text-decoration:underline;
}

ul, li {
	margin-left:4px;
	padding-left:4px;
}
ul {
	margin-top:-10px
}
li {
	font-family:"Times New Roman", Georgia, Times, serif;
	list-style-type:none;
	font-size:15px;
	letter-spacing:-.5px;
	font-variant:small-caps;
}
li a:link, li a:visited {
	color:#444;
	text-decoration:none;
}
li a:hover {
	color:#000;
	text-decoration:none;
	margin-left:5px;
}
li a:active {
	color:#444;
	text-decoration:none;
}
