@CHARSET "UTF-8";

html {
    height: 100.1%;
    width: 100%;
    background-color: #FFFFFF;
}

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 22px;
    text-decoration: none;
    margin: auto;
    padding: 50px 0px 0px 0px;
    width: 223px;
}

div{
	margin: 0px;
	padding: 0px;
}

a:active, a:link, a:visited, a:focus, a:hover{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

#logo{
	width: 223px;
	float: left;
}
#contentFrame{
	width: 223px;
	float: left;
	margin-top: 50px;
	text-align: center;
}
