* {
	margin: 0;
}

img, div, a, input { 
behavior: url(include/iepngfix.htc); 
}

html {
	height:100%;
}
body {
	height:100%; 
	margin:0; 
	padding:0;
}

a{
outline:none;
color:#FFFFFF;
text-decoration:none;
}

#bg {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:0;
}

#content{
position:relative;
z-index:1;
height:100%;
width:100%;
}

#footer{
height:auto;
width:100%;
float:left;
position:absolute;
bottom:0;
}

#header{
padding-left:40px;
}

#text{
background-color:#FFFFFF;
width:100%;
height:230px;
margin-top:-5px;
}

#left{
padding-left:115px;
padding-top:157px;
height:20px;
float:left;
position:absolute;
z-index:500;
}

#right{
padding-left:510px;
padding-top:25px;
width:500px;
position:absolute;
}

#footy{
background-color:#465259;
height:15px;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF;
padding-left:117px;
padding-top:3px;
}

#corner{
	position:fixed;
}