/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #cont {
    height:100%;
    width:100%;
    overflow:hidden;
   
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#cont {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.box { 
	float:left;
	margin:40px;
    width: 400px;
    padding: 50px;
    background: rgba(255,255,255,0.1); 
    padding-bottom:100px;
    font: 14px/2.8 Helvetica, Georgia, Serif;
    line-height: 1.5em;
     color: #FFFFFF;
}

#focus-stealer      { position: absolute; left: -9999px; }


h1 a, h1 a:hover{
color:#DCE3B9;
font-size: 3.2em;
line-height: 1em;}

a, a:hover, a:active {
text-decoration: none;
color:#6CC5C3;}

ul {list-style: none;padding:20px;}

p {padding:20px;}
