﻿html {
	height: 100%;
}
body {
	background-position: left top;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url('../ImagesHome/3bBackground.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#wrapper {
	width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.YouTubeHeader {
	text-align: center;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: normal;
	color: #0000FF;
}
.YouTubePlayer {
	text-align: center;
	padding-top: 25px;
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.YouTubeBack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
}
.slash {
	font-family: Arial;
}


