/* GENERAL STYLES */
body {	background-color: rgb(120,120,120); color: #000; margin: 0px 0px 10px 0px; padding: 0px;	}
body, table, div, input, td, th {	font: 12px Arial, sans-serif;	}
a, a:visited { color: #000; }
img { border: 0px; }
h1 { font-size: 100%; }

#box {
	background-color: #fff;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	border-color: rgb(70,70,70);
	width: 970px;
	height: 635px;
	margin-left: auto; margin-right: auto;
	background-repeat: no-repeat;
	position: relative;
}
#logoArea {
	position: absolute;
	top: 375px;
	left: 800px;
	height: 200px;
	width: 100px;
}
#logoArea img {
	margin-right: 7px;
}

