html, body {
	width: 100%;
	padding: 0;
	margin: 0;
}
.canvas {
	width: 950px;
	height: 720px;
	margin: 0 auto;
	background: url(../images/splash.jpg) no-repeat;
}

div.header {
	margin-top: 10px;
}

div.logo {
	margin-left: 130px;
}

div.h1 {
	margin-left: 220px;
	margin-top: 10px;
}

div.h2 {
	margin-left: 360px;
	margin-top: 10px;
}

div.enter {
	margin-left: 680px;
	margin-top: 10px;
	cursor: pointer;
}

div.content {
	margin-left: 220px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #276ebe;
}

abbr {
	font-weight: bold;
	letter-spacing: 1px;
}

p.service {
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
}

a {
	color: #2ba46c;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}
