* {
	box-sizing: border-box;
	padding: 0;
	margin:0;
	font-family: "Helvetica";
}


body {
	width: 100%;
	min-width: 750px;
	background: #eeeeee;
}


div.headMargin {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100px;
	background: url("img/headTile.png");
	position: relative;
	border: solid;
	border-width: 0px;
	border-color: red;
}

img.mainHead {
	display: block;
	width: 423px;
	height: 72px;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	
}

.mainContent {
	width:738px;
	margin-left: auto;
	margin-right: auto;

	
}

#vimeoContent {
	margin-top: 40px;
	width: 734px;
	height: 414px;
	background: #222;
	border-style: solid;
	border-width: 2px;
	border-color: #969696;
}

#videoLabel {
	margin-top: 10px;
	margin-bottom: 25px;
	text-align: center;
	color: #969696;
}

.thumbs {
	margin-top: 5px;
	padding: 0;
	height: 100px;
	width: 100%;
	/*background-color: #444444;*/
	text-align: left;
}

.thumb {
	-webkit-user-select: none; 
	user-select: none;
	font-size: 14px;
	display: inline-block;
	position: relative;
	width: 180px;
	height: 100px;
	margin: 0 0 4px 0;
	padding: 0;
	color:rgba(255,255,255,0);
	text-align: center;
	line-height: 94px;
	border-style: solid;
	border-width: 2px;
	border-color: #969696;
	
}

.thumb:hover {
	color: white;
}


#thumb1 { background: url("img/thumb_cozy_avatar.png"); background-size: cover; }
#thumb1:hover { background: #969696; }
#thumb2 { background-image: url("img/thumb_cozy_creatures.png"); background-size: cover; }
#thumb2:hover { background: #969696; }
#thumb3 { background: url("img/thumb_monkey.png"); background-size: cover; }
#thumb3:hover { background: #969696; }
#thumb4 { background: url("img/thumb_star-fetched.png"); background-size: cover; }
#thumb4:hover { background: #969696; }
#thumb5 { background: url("img/thumb_3d.png"); }
#thumb5:hover { background: #969696; }
#thumb6 { background-image: url("img/thumb_steven.png"); background-size: cover; }
#thumb6:hover { background: #969696; }
#thumb7 { background-image: url("img/thumb_clarence.png"); }
#thumb7:hover { background: #969696; }
#thumb8 { background-image: url("img/thumb_archmage.png"); background-size: cover; }
#thumb8:hover { background: #969696; }
#thumb9 { background-image: url("img/thumb_buds.png"); background-size: cover; }
#thumb9:hover { background: #969696; }
#thumb10 { background-image: url("img/thumb_noodle.png"); background-size: cover; }
#thumb10:hover { background: #969696; }
#thumb11 { background: url("img/thumb_post-op.png"); }
#thumb11:hover { background: #969696; }
#thumb12 { background-image: url("img/thumb_5-second.png"); }
#thumb12:hover { background: #969696; }



