body {
background: #363689;
background-image: url('images/background.jpg');
background-position: top center;
background-repeat: repeat-y;
margin: 0px 0;
text-align: left;
align: center;
}
#container {
width: 640px;
}
#header {
width: 640px;
height: 391px;
}
#randy {
background: #;
float: left;
position: absolute;
width: 220px;
top: 380px;
left: 10px;
text-align: left;
}

#orton {
background: #;
float: left;
position: absolute;
width: 390px;
top: 380px;
left: 240px;
text-align: left;
}

p {
	font-family: georgia, verdana, arial, sans-serif; 
	font-size: 10pt; 
	color: #000000;
	background: transparent;
	}

	a	{ color: #ffffff; background: transparent; text-decoration: none;} 
	a:link	{ color: #000080; background: transparent; font-weight: bold; } 
	a:visited	{ color: #000080; background: transparent; font-weight: bold; } 
	a:active	{ color: #000000; background: transparent; font-weight: bold; } 
	a:hover	{ color: #838383; background: transparent; text-decoration: underline; font-weight: bold; }

li {font-family: georgia; font-size: 11px; color: #000000}

h2 {font-family: georgia; verdana, arial, sans-serif; 
      color: #363689; 
      background: #000000;
       
}

div#wrapper {

    position:relative;

    margin-left:auto;

    margin-right:auto;

    top: 0px;

    width:640px;

    background-color: #363689;

}


