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

img {
	border: 0;
}

html {
	height: 100%;
}

body {
	background: #22c1d2;
	font: normal 62.5% arial;
	height: 100%;
}

#contentcontainer {
	background: url(../images/bg-tile.jpg);
	height: 100%;
}

#content {
	background: url(../images/bg-slice.jpg) repeat-y 50% 2px;
	height: 100%;
	max-width: 1400px;
	margin: 0 auto;
	min-width: 800px;
}

#instructions {
	padding-top:160px;
	color: #09032c;
	height: 500px;
	text-align: center;
	width: 500px;
}

h2 {
	font-size: 1.5em;
	text-transform: uppercase;
}

#instructions ul {
	font-size: 1.2em;
	margin-left: 22px;
	padding: 20px 0 15px 107px;
	text-align: left;
	width: 300px;
}

#instructions #sslink {
	display: block;
	margin: 0 auto;
	padding-top: 1em;
	text-decoration: none;
	width: 180px;
}

#instructions #sslink img {
	margin-top: 1em;
}

#instructions #options,
#instructions #dim {
	_height: 1em;
	list-style: none;
	margin: 0 auto;
	overflow: auto;
	padding: 5px 0;
	width: 18em;
}

#instructions #options {
	padding: 15px 0;
	width: 6em;
}

#instructions #options li,
#instructions #dim li {
	border-left: 1px solid #09032c;
	float: left;
	padding: 0 .5em;
}

#instructions #options li.first,
#instructions #dim li.first {
	border-left: 0;
}

#instructions #sslink,
#instructions #options li a,
#instructions #dim li a {
	color: #09032c;
}

#wallpaper {
	width: 180px;
}
