/* @group global */

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

html, body {
	margin: 0px;
	padding: 0px;
	background: #002C59 url(../images/canvas.png) repeat-x;
	height: 100%;
}

img {
	border: 0px;
}

/* @end */

/* @group elements */

div#container {
	background: url(../images/background.png) no-repeat;
	width: 100%;
	min-height: 100%;
}

div#intro {
	position: absolute;
	color: #fff;
	top: 260px;
	left: 558px;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: #003968 0 1px 1px;
}

h1 {
	font-weight: bold;
	font-size: 48px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #A8CCD2;
}

h2 {
	font-size: 20px;
	line-height: 26px;
}

a {
	color: #65D2FF;
	text-decoration: none;
}

div#logo {
	position: absolute;
	top: 157px;
	left: 150px;
}

/* @end */

/* @group border */

#border {
	display: block;
	list-style: none;
}

#border li {
	position: absolute;
	background-color: #000;
	z-index: 10;
	opacity:0.4;filter:alpha(opacity=40);
}

#top {
	height: 12px;
	top: 0;
	right: 12px;
	left: 12px;
}

#right {
	width: 12px;
	top: 0;
	right: 0;
	bottom: 0;
}

#bottom {
	height: 12px;
	bottom: 0;
	right: 12px;
	left: 12px;
}

#left {
	width: 12px;
	top: 0;
	bottom: 0;
	left: 0;
}

/* @end */
