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

* {
    margin: 0;
    padding: 0;
}

html, body, #bg, #bg table, #bg td {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg {
    position: fixed;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
	z-index: 1;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

.top_left {
	margin:0 auto;
	top: 0px;
	left: 0px;
	position: fixed;
	width: 300px;
	padding-left: 10px;
	text-align: left;
	z-index: 2;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.2;
	color:#000;
	padding-top: 10px;
	padding-bottom: 10px;
}


a:link { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000;}
a:active { text-decoration: none; color: #00f; }
a:hover { text-decoration: none; color: #00f; }

a {
  outline: none;
}


