/* reset */
body,div,dl,dt,dd,ul,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
}


fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

/* flash border in FF */
:focus, a:focus, a:active, object {
	outline:none;
}

/* links */
a {
    color:#ff9c00;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-size:300%;
    color:#000;
}

h2 {
    font-size:250%;
    color:#000;
}

h3 {
    font-size:200%;
    color:#000;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
    color:#333;
    font-size:12px;
	 margin:0;
	 padding:0;
}
body,html{ height:100%; }

.vert_frame {
	
	width: 612px;
	height: 477px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -238px 0 0 -306px;
	background:url('splash.jpg') top left no-repeat;
}
