html, body {
	height:100%;
	margin:0px;
	padding:0px;
	background-color:black;
	text-align:center;
	}

#main {
	float:middle;
	text-align:center;
	position:relative;
	width:640;
	height:480;
	background:black;
	border:0px white solid;
	margin: 5% 0% 5% 0%;
	}

#photo {
	position:absolute;
	top:83px;
	left:42px;
	}

#photo_portrait {
	position:absolute;
	top:83px;
	left:177px;
	}

.landscape {
	width:550px;
	border:1px white solid;
	}

.portrait {
	width:280px;
	border:1px white solid;
	}

#name {
	position:absolute;
	bottom:-17px;
	left:1px;
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-shadow:none;
	font-size:12px;
	font-family:Arial;
	}

#name_top {
	position:absolute;
	top:-17px;
	left:1px;
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-shadow:none;
	font-size:12px;
	font-family:Arial;
	}

#title {
	position:absolute;
	text-align:right;
	bottom:-30px;
	right:1px;
	color:#999999;
	font-weight:normal;
	font-style:normal;
	text-decoration:none;
	text-shadow:none;
	font-size:11px;
	font-family:Arial;
	}

