/* CSS Document */

*{
	padding:0px;
	margin:0px;
	outline-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	border:0px;
	color:#636363;
	list-style-type:none;
}
html, body{
	height:100%;
}
body{
	width:100%;
	background-color:#fff;
}
h1{
	font-size:18px;
	font-weight:bold;
	color:#00235B;
}
a{
	color:#e276af;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
div#container{
	position:relative;
	width:750px;
	margin:0px auto;
	padding-top:20px;
	text-align:center;
}