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

body
{
background-color: rgb(20,20,220);
height: 100%;
}
*
{
margin: 0px;
padding: 0px;
font: "Times New Roman", Times, serif;
text-align: center;
}
div#outer
{
position: absolute;
width: 100%;
height: 1px;
top: 50%;
}
div#container
{
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: -135px;
	width: 400px;
	background-color: rgb(220,220,255);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px;
	font-size: 18px;
}
div#myName
{
font-size: 60px;
margin-top: -10px;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 10px;
background-color: white;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
}
