body,
html
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    -webkit-text-size-adjust: none;
}
body
{
    overflow: hidden;

    background: #000;
}

/*

FONT SIZES

*/
body
{
    font-family: Helvetica,Arial,Verdana,sans-serif;
    font-size: 14px;
    line-height: 19px;

    color: #fefefe;
}
h1,
h2,
h3,
h4,
h5,
h6
{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;

    margin-top: 0; 

    color: #fefefe;
}

a,
a:visited
{
    text-decoration: underline;

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

    color: #fefefe;
}

/*

BG IMAGE

*/
#wrapper
{
    width: 100%;
    min-width: 640px; 
    height: 100%;
    margin: 0;
    padding: 0;
}
#bgimage
{
    position: fixed;
    top: 0;
    left: 0;

    overflow: hidden;

    width: 100%;
    height: 100%;
}
.fullsizeimage
{
    top: 0;
    left: 0;

    margin: 0;
	position: absolute;
}
#fullsizeimagediv
{
    width: 100%;
    height: 100%; 

      position: relative;
}


#contact
{
    position: absolute;
    left: 10px;
    top: 10px;

    width: 220px;
    height: 110px;
    padding: 20px;
}

#infolayer
{

	font-size: 12px;
	text-align: right;
    position: absolute;
    right: 10px;
    bottom: 10px;

    width: auto;
    /*height: 110px;*/
    padding: 20px;
}

@media screen and (max-width: 760px) { 
	body
	{
	     font-size: 18px;
   		 line-height: 22px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6
	{
	    font-size: 24px;
	    line-height: 24px;
	}
	#infolayer
	{
		font-size: 14px;
	}
}
