@charset "UTF-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	}

body {
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:repeat-x;
	}
	
#box {
	background-image:url(../images/main.png);
	background-repeat:no-repeat;
	height:923px;
	width:833px;
	margin:0 auto;
	}
	
#picgroup {
	text-align:right;
	padding:157px 60px 0px 0px;
	
	}
	
#picgroup img{
	border: 3px solid #000;
	}
	
.facelink {
	margin-left:8px;
	}
	
#namelinks {
	text-align:right;
	padding:0px 60px 0px 0px;
	margin-top:-2px;
	}
	
#namelinks p {
	font-weight:bold;
	color:#000000;
	word-spacing:-3px;
	letter-spacing:-1px;
	}
	
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#339999; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}

#movie {
	background-color:#000000;
	width:720px;
	height:480px;
	margin:18px 0px 0px 54px;
	}
	
#vid {
	padding-top:120px;
	}
	
#text {
	width: 720px;
	margin: 25px 0px 0px 53px;
	font-size:12px;
	line-height:15px;
	}
	
h1 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:7px;
	}
	
#brownie {
	text-align:right;
	margin:30px 61px 0px 0px;
	font-size:11px;
	}