* {
	padding: 0px;
	margin: 0px;
}

html { 
	padding: 0px;
	margin: 0px;
}

body {
	background: #333 url(../img/body-bg.jpg) top left repeat-x;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: Georgia, Arial;
	font-size: small;
}

div.clear {
	clear: both;
}


div.video {
	width: 960px;
	height: 540px;
	border: 2px solid #bbb;
	margin: 0px auto;
}


div.links {
	width: 960px;
	margin: 0px auto;
	line-height: 35px;
}


div.links p.home{
	float: left;
}


div.links p.home a {
	text-decoration: none;
	color: #7abbff;
}

div.links p.home a:hover {
	color: #fff;
	padding-left: 10px;
}


div.links p.blog{
	float: right;
}

div.links p.blog a {
	text-decoration: none;
	color: #7abbff;
}

div.links p.blog a:hover {
	color: #fff;
	padding-right: 10px;
}



div.head {
	padding: 30px 0px 8px 0px;
	margin: 0px auto;
	width: 960px;
}

div.head h1 {
	font-weight: 100;
	color: #f8f8f8;
	float: left;
}

div.head h1 span{
	color: #cc3333;
	margin-left: 10px;
}

div.head h2 {
	font-weight: 100;
	color: #888;
	float: right;
	color: #777;
}


div.embed {
	width: 960px;
	margin: 0px auto;
	line-height:  30px;
	text-align: center;
	margin-top: 0px;
	background: #333;
}

div.embed p{
	color: #feffb7;
	text-transform: uppercase;
	font-family: arial;
	font-size: 90%;
	height: 30px;
	letter-spacing: 2px;
}

div.embed p.legal{
	font-size: 80%;
	color: #777;
}

div.embed p.embedish a{
	text-decoration: none;
	color: #efff68;
}



div.embed textarea{
	height: 15px;
	width: 400px;	
	padding-top: 4px;
	overflow: hidden;
	background: none;
	border: 1px solid #f8f8f8;
	color: #feffb7;
}

