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

		  
html, body, main {
    height: 100%;       /* 1 */  
}

main {
    position: relative; /* 2 */
}

div {
    position: absolute; /* 3 */
    top: 50%;           /* 4 */
    left: 50%;          /* 5 */
    margin-left: -400px;/* 6 */
    margin-top: -300px; /* 7 */
	
}
{
	background-image: url(image/bg_ribia_logo.png);
	background-repeat: no-repeat;
	width: 500px;
	height: 500px;
}
.{
	position: absolute; /* 3 */
    top: 50%;           /* 4 */
    left: 50%;          /* 5 */
    margin-left: -50%;/* 6 */
    margin-top: -50%; /* 7 */
	width: 60%;
	height: 60%;
}
.TextAlignRight{
	text-align: right;
}