*{padding: 0; margin: 0;}

body {
	text-align: center;
	height:100%;
	font-family: verdana;
	background: #65c7ff url('bg-color.png') top left repeat-x;
	margin: auto;
}

a:link {
    text-decoration: none;
    color: #006a90;
}
a:visited {
    text-decoration:none;
    color: #006a90;
}
a:active {
    text-decoration:none;
    color: #006a90;
}
a:hover {
	text-decoration: underline;
	color: #006a90;
}

.clear { clear: both }

#box {
	width: 750px;
	height: 775px;
	background: #65c7ff url('bg-img-2011.jpg') top left no-repeat;
	margin: 30px auto;
	margin-bottom: 0;
}
