/* PHYSALIA STUDIO */
/* css: jfmejia - asmatik.net */
/* temp index */

* {
	margin: 0;
     padding: 0
}
html, body {
	height: 100%;
}
body{
	height: 100%;
	margin: 0;
    background: #1b1f22 /*url(images/bg_body.gif)*/;
}
#global {
	height: 100%;
	width: 100%;
	position:fixed;
	margin: 0 auto -142px;
    color: #586e6e 
}
.footer, .push {
	height: 142px;
}

#logo,
#message,
#footer{
        text-align: center;
        font-size: 16px;
}

a,
a:visited{
        color: #b8e0df;
        text-decoration: none
}
a:hover{
        text-decoration: underline
}


#logo{
        padding-top: 18%;
        padding-bottom: 40px
}
#message{
        padding-bottom: 10%
}

/* hack mac \*/
html {
    height: 100%;
    overflow: hidden;
}

#altCont {
    height: 100%;
}
/* end hack mac */