a img { border: 0;} 

html{
	background: url(img/background.gif) fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
    font-family:Impact, Charcoal, sans-serif;
    padding-right: 15px;
    height:100%;
    min-height:100%;
    background-position: center center;
    background-repeat: no-repeat;
}

body{
     min-height:100%;
     margin:0px;
}

#clickOut{
  width: 97.9%;
  height: 96.9%;
  z-index: 0;
  position: absolute;
}

#bumper{
	width: 400px;
	height: 100px;
	visibility: hidden;
}

#wrapper{
	position: relative;
	max-width:1075px;
	max-height: 410px;
	min-width:734px;
	min-height: 288px;
	margin-right: auto;
	margin-left: auto;
}

.content{
	position: absolute;
	padding: 15px;
	max-width:1045px;
	max-height: 380px;
}

#defaultBox{
	background-image:url('img/colors.gif');
	z-index: 4;
  display: none;
}

#snapBox{
  background-image:url('img/snapchat_yellow.png');
  z-index: 3;
  display: none;
}

#contactBox{
  background-image:url('img/colors.gif');
  z-index: 2;
  display: none;
}

#stickersBox{
  background-image:url('img/colors.gif');
  z-index: 1;
  display: none;
}

input[type=text]{
  padding:5px; 
  border:2px solid #ccc; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type=submit]{
  padding:5px 15px;
  background:#ccc;
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}

button{
  padding:5px 15px;
  background:#ccc;
  border:0 none;
  cursor:pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px; 
}

textarea{
  padding:5px; 
  border:2px solid #ccc; 
  -webkit-border-radius: 5px;
  border-radius: 5px;
  resize: none;
}

input[type=text]:focus {border-color:#333; }

textarea:focus {border-color:#333;}

#recaptcha_image{
    float:right;
    border:2px solid #ccc;
    border-radius:10px;
    background-color: white;
    padding: 5px;
}

#byLine{
  position: absolute;
  top:10px;
  right:0px;
}

.byLineLink{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing:2px; 
  color:white;
  text-shadow: 
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000;  
}