@charset "utf-8";
/* CSS Document */

html{
height:100%;	
}

body{
font-family:Tahoma, Geneva, sans-serif;
font-size:80%;
line-height:1.75em;
height:100%;
background:url(images/splash-bg.jpg) #000 repeat;

}

#center { 
position: absolute; 
top: 50%; 
width: 100%; 
height: 1px; 
overflow: visible }


#container{
position: absolute; 
left: 50%; 
width: 1004px; 
margin-left: -502px; 
height: 680px; 
top: -340px

}

img{
border:none;	
}
	
#logo{
margin:0 auto;
position:relative;
}
	
#left img{
float:left;
}

#left{
margin:0 6px 0 0;	
}

#footer{
color:#666;
}

#social{
padding:3px 0 0 0;
float:left;	
}

#social img{
border:0;
vertical-align:middle;
}

#cr{
float:right;	
padding:4px 8px 0 0;
}
