/* CSS Document */

html,body {
	margin: 0px;
	background-color:white;
	font-size:10px;
	width:100%;
	height:100%;
}

img {
	border:0;
}

#under {
width:500px;
position:absolute;
bottom: 0;
}
#left {
float:left;
width:270px;
}
#right {
float:right;
text-align:left;
width:230px;
line-height:130%;
margin-top:30px;
}

#enter {
    position: absolute;   
    top: 50%;   
    left: 50%;   
    margin: -150px 0px 0px 100px;   
    padding: 0;
	line-height:1.5em;
}

p {
margin-top:10px;
margin-bottom:10px;
}

h1 {
font-size: 100%;
font-weight: normal;
margin-top:10px;
margin-bottom:10px;
}

h2 {
font-size: 100%;
font-weight: normal;
margin-top:10px;
margin-bottom:10px;
}