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

html,body {
}

#holding-main {
	background-image:url("http://www.finovia.co.uk/images/finovia-holding-page.jpg");
	width: 530px;
	height: 278px;

    position:fixed;
    top: 50%;
    left: 50%;
    
    margin-left: -265px;
    margin-top: -138px;
}

#holding-email {
    width: 269px;
    height: 25px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-top: -114px;
    margin-left: -133px;
}

#block-link {
	opacity:0;
	width: 100%;
	height: 100%;	
	display:block;
}

#holding-twitter {    
    width: 27px;
    height: 27px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -12px;
    margin-top: -50px;
}