/* gals version of creationcrew */
body {height:100%;font:12px Verdana, Tahoma, Arial, Sans-Serif;color:#242424;background: #4c4c4c; }
div, html, body, p, ul, ol, li, a, form, img, table, td, h1, h2, h3, h4 {margin:0;padding:0;} 
table {border-collapse:collapse;}
img {border:none;}     
ul, li {list-style:none;} 
a, a:active, a:visited {text-decoration:underline;color:#4c0606;}
a:hover {text-decoration:underline;color:#4c0606;}
.space { height:20px; width:100%;}
   
/*  All  */  
.container {margin-left:auto; margin-right:auto;  margin:0 auto; width:1200px; max-height:100%; height:100%; background:;position:relative; he }
.header { width:100%; background-color:#000000; height:100px;} 
.logo img{ width:65%; margin-top:1%;}
.content { background: #fff; width:1200px; }
.clear {clear:both;font-size:0;line-height:0;}   
.text {margin:0 auto; width:1150px; height:100%; text-align: left; padding:2px 10px 10px 10px; }
.click_here {position:absolute;top:1249px;left:25px;}
.click_here2 {position:absolute;top:626px;left:23px;}
.thumbs { width:1200px; margin:0 auto;}
h1 { font-size:25px; margin:0 auto; width:1150px; text-align: left; padding:2px 10px 10px 10px; color:#242424;}
.thumbs li {float:left; padding:5px 12px 12px 12px;}
.thumbsvids { width:1200px; margin:0 auto; padding-top:10px;}
.thumbsvids li {padding:1px 1px 1px 10px;}
.btn {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #c70000);
  background-image: -moz-linear-gradient(top, #ff0000, #c70000);
  background-image: -ms-linear-gradient(top, #ff0000, #c70000);
  background-image: -o-linear-gradient(top, #ff0000, #c70000);
  background-image: linear-gradient(to bottom, #ff0000, #c70000);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  font-family: Arial;
  color: #ffffff;
  font-size: 70px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width:90%; margin-left:auto; margin-right:auto;
  text-align:center;
}

.btn a{
color:#fff; text-decoration:none;
}
.btn:hover {
  background: #a30000;
  background-image: -webkit-linear-gradient(top, #a30000, #ff0000);
  background-image: -moz-linear-gradient(top, #a30000, #ff0000);
  background-image: -ms-linear-gradient(top, #a30000, #ff0000);
  background-image: -o-linear-gradient(top, #a30000, #ff0000);
  background-image: linear-gradient(to bottom, #a30000, #ff0000);
  text-decoration: none;
}

.footer { text-align:center; margin-left:auto; margin-right:auto;color:#000; padding:20px; }
.footer a{color:#000;}