/* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}*/
body {
	font-size:15px;
	color:#fff;
	line-height:1.8em;
	font-weight:400;
	background:#000;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
	background:url(images/background.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:#fff;
	text-decoration:none;
}
.main-title {
    font-size: 44px;
    font-weight: bold;
    line-height: normal;
    margin-top: 40px;
    text-align: center;
    text-shadow: 4px 2px #000;
    text-transform: uppercase;
}
.thumbsWrapper {
	max-width:700px;
	margin:20px auto;
	clear:both;
}
.thumbs {
    float: left;
    height: auto;
    margin: 0 45px;
    max-width: 260px;
    text-align: center;
	position:relative;
}
.thumbnail {
	width:50%;
	float:left;
}
.enter > img {
    margin-top: 10px;
    max-width: 70%;
}
.midWrapper {
    clear: both;
    float: left;
    width: 100%;
}
.weblink {
    width: 100%;
    margin-top: 10px;
}
span {
    bottom: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    left: 28px;
    position: absolute;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    z-index: 99999;
}
.bottom {
    clear: both;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
@media screen and (max-width:640px) {
     .main-title {
         font-size: 30px;
      }
     .thumbs {
         margin:0 auto;
         float:none;
      }
      .thumbnail {
         float: none;
         width: 100%;
         margin-bottom:20px;
      }
      .bottom {
          font-size:15px;
      }
      .bottom p {
          margin-top:0;
      }
}