body {
    background: rgb(255, 255, 255);
    font: 18px/20px "HelveticaNeue-Thin", Helvetica, Arial, sans-serif;
    color: #fff;
    margin:0px;
    overflow: visible;

}

a:link, a:visited {
    color: rgb(15, 115, 188);
	text-decoration: none;
}

a:hover {
    color: #3b4376;
	text-decoration: underline;
}

h4 {
	margin-bottom: 1px;
    color: #fff;
	font-size: 16px;
	text-shadow: 0px 1px 1px #394048;
}

p {
    color: black;
	font-size: 14px;
}

#header
{
    position:absolute;
    width: 100%;
    top: 100px;
    left: -30px;
    
}

#navigation
{
    position:absolute;
    width: 100%;
    top: 0px;
    
}

#navcontainer
{
    text-align:center;

    left: -35px;
    width: 900px;
    height: 50px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}

#headercontainer
{
    width: 768px;
    margin-right: auto;
    margin-left: auto;

}

#branding
{
    background: url(../images/branding.png) ;

    width: 200px;
    height: 27px;
    float: left;
    margin: 20px;
}


#nav
{
    float:right;
    margin: 20px;
}

#logo
{
    background: url(../images/logo.png) ;
    background-image: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x);

    width:340px;
    height:158px;
     margin-right: auto;
    margin-left: auto;

}

#available
{
    background: url(../images/available.png) ;
    background-image: -webkit-image-set(url(../images/available.png) 1x, url(../images/available@2x.png) 2x);

    width: 267px;
    height: 85px;
     margin-right: auto;
    margin-left: auto;
}

#contentwrapper
{
    height: 1100px;
    
    overflow: hidden;
     margin-right: auto;
    margin-left: auto;
}

#wrapper
{
    position:relative;
    width: 100%;

    height: 800px;
     margin-right: auto;
    margin-left: auto;
}

#themewrapper
{

    position:relative;
    
    width: 1198px;
    height: 700px;
    
    margin-right: auto;
    margin-left: auto;

}

#hero
{
    position:absolute;
    top: 220px;
    width: 836px;
    height: 528px;
    background: url(../images/hero.png) ;
    background-image: -webkit-image-set(url(../images/hero.png) 1x, url(../images/hero@2x.png) 2x);

}

#content
{
    
    width: 768px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


#textcontainer {
    position: relative;
	width: 900px;
    height: 180px;

}

#textcontainer p {
  

}

#col1 {
	float: left;
	width: 240px;
    margin: 10px;
}

#col2 {
	float: left;
	width: 240px;
    margin: 10px;

}

#col3 {
	float: left;
	width: 240px;
    margin: 10px;

}

.ssdivider
{
    position: relative;
    width: 768px;
    height: 25px;

}

#screenshots
{
 
    width: 768px;
    height: 150px;
    text-align: center;
    
}

.screenshot
{
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 15px;

}

#footer
{
    text-align:center;
}