body
{
	width: 100%;
	height: 100%;
	font-family: Gill Sans, Verdana, Lucida Sans, sans serif;
	background-image:url('background.png');
	border: 0;
	margin: 0;
	padding: 0;
}
h1
{
	font-size: 170%;
	color: #0F3B5F;
	font-weight: normal;
}
h2
{
	font-size: 170%;
	color: #000000;
	font-weight: normal;
}
#myname
{
	position: absolute;
	font-size: 150%;
	font-family: Verdana, sans serif;
	left: 700px;
	top: 100px;
	white-space: nowrap;
}
#vidtext
{
	position: absolute;
	font-size: 100%;
	font-family: Verdana, sans serif;
	left: 55%;
	top: 17%;
	right: 10%;
	background-color: #FFFFFF;
	border: 4px solid #9A3334;
	width: 450px;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-mozilla-border-radius: 15px;
}
#movie
{
	margin-top:9%;
	margin-left:6%;
}
	
#photo1
{
	display: block;
	position: absolute;
	left: 140px;
	top: 100px;
	border: 5px inset #9A3334;
}
#photo2
{
	position: absolute;
	left: 700px;
	top: 280px;
	border: none;
}
#photo3
{
	position: absolute;
	left: 700px;
	top: 420px;
	height: 128px;
	width: 128px;
	border: none;
}
#photo4
{
	position: absolute;
	left: 900px;
	top: 420px;
	height: 128px;
	width: 128px;
	border: none;
}
#photo5
{
	position: absolute;
	left: 900px;
	top: 280px;
	height: 128px;
	width: 128px;
	border: none;
}
#linkDiv
{
	display: block;
	width: 100%;
	text-align: center;
}
#youtube
{
	top: 11%;
	left: 8%;
}
.linkDiv2
{
	display: block;
	width: 100%;
	text-align: center;
	border: thin solid black;
	
}
a:link
{
	color: #660000;
	text-decoration: none;
}
a:hover
{
	color: #000000;
	font-weight: bold;
}
a:active
{
	color: #000000;
	font-weight: bold;
}

a:visited
{
	color: #CC0000;
	text-decoration: none;
}
hr
{
	height:3px;
	border-width:0;
	color:black;
	background-color:black;
}
.table1
{
	position: absolute;
	left: 1%;
	top: 10%;
	background-color: #FFFFFF;
	border: 4px solid #9A3334;
	width: 800px;
	padding: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-mozilla-border-radius: 15px;
}
#table2
{
	position:absolute;
	left: 50%;
	margin-left: -200px;
	top: 15%;
	width: 400px;
	border-spacing: 10px;
}
#table2 td
{
	vertical-align: middle;
	padding: 15px;
	background-color: #999999;
	border: 2px solid #DDCC99;
	margin: 10px;
	border: 2px solid white;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-mozilla-border-radius: 15px;
}
#laptop
{
	display: block;
	text-align: center;
}