body {
	background-color: black;
	background: url(../subpage/sub-stripe.gif) top left repeat-x #000;
	font-family: Lucida Grande,Lucida Sans Unicode,Verdana,sans-serif;
	font-size: 12px;
	font-style: normal;
	color:#999999;
}

#main {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparency;
	text-align: center;
}

#meme {
	width:700px;
	text-align:center;
	padding-top:50px;
	background-color: white;
}

.video {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

h1 {
	background-color: none;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-style: oblique;
	
}


h2 {
	background-color: none;
	color: #999999;
	font-family: Lucida Grande,Lucida Sans Unicode,Verdana,sans-serif;
	font-size: 12px;
	letter-spacing: 5px;
}

a {
   color: #CCCC99;
   text-decoration: none;
}

a:hover {
   color: #CCFFFF;
   text-decoration: none;
}

