body{
	margin:0px;
	padding:0px;
	background-image: url('img/hallway_site.gif');
	background-size: auto 110%;
	background-position:  50% 50%;
	background-repeat: no-repeat;
	background-color: #222034;
}
html{
	min-height: 100%;
}
#wrapper{
    margin: auto;
    width: 500px;
    padding-top:200px;
}
#logo{
	width:380px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	margin-bottom:50px;
}
#sign{
	margin-bottom:4px;
}
#button{
	cursor:pointer;

}
#twitter{
    position: fixed; 
    bottom:46px;
    right:20px;
    width:190px; 
}
#mail{
    position: fixed; 
    bottom:20px;
    right:20px;
    width:190px; 
}