body {
	margin:auto;
	background-color:#ffffff;
	background-image:url(images/sign.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
a {color:#333333; text-decoration:none;}
a:hover {color:#0066CC; text-decoration:underline;}
html {
	font-family:Helvetica, Calibri, Arial, sans-serif;
	font-size:12px;
	color:#333333;
	line-height:17px;
}
img {
	border: 0;
}
div#main {
	position:absolute;
	top:5%;
	left:9%;
	width:665px;
	background-color:#fff;
}
	#logo {
		margin-bottom:30px;
	}
	div#content {
		position:relative;
		left:5px;
		width:660px;
	}
		
		div#swap p {
			display: block;
			margin-left: 170px;
		}
		div#splash {
			position:relative;
			left:30px;
			top:40px;
			font-family:Palatino, Constantia, Garamond, "Times New Roman", Times, serif;
			font-size:16px;
			line-height: 20px;
			letter-spacing:2px;
			color:#123d58;
		}
		div#splash p {
			margin-left: 0px;
		}
		div#left {
			position:relative;
			float:left;
			width:140px;
		}
		div#right {
			position:relative;
			float:right;
			width:515px;
			color:#333333;
		}
			.biopic {
				float:left;
				margin: 0px 20px 10px 0px;
			}
			.bioname {
				font-family:Palatino, Constantia, Garamond, "Times New Roman", Times, serif;
				color:#123d58;
				font-size:20px;
			}