@import url("./common.css");

body {
	background-color: #ffffff;
	font-family: arial;
}

div#container {
	with: 100%;
	height: 100%;
}

div#main {
    overflow:auto;
    height:200px;
    width:500px;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-100px;
    margin-left:-250px;
	border: 10px dashed #999999;
}

h1 {
	font-size: 52px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 32px;
}

p#login {
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 36px;
}

p#underconstruction {
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 36px;
}

p.link {
	font-size: 32px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	margin-top: 36px;
}

a {
	text-decoration: none;
	color: #666666;
	padding: 2px;
}

a:link,
a:visited {
	border: 2px dashed #0099ff;
}

a:hover,
a:active {
	border: 2px dashed #ff9900;
}
