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

html {
	height: 101%;	
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	background-color: #707070;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

a {
	outline: none;	
}

#container {
	width: 1013px;
	height: auto;
	text-align: left;
	overflow: hidden;	
	margin: 0 auto;
}

#left {
	width: 273px;
	height: 498px;
	float: left;
	display: inline;
	background-image: url(../images/left.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	font-size: 1px;
	line-height: 1px;
	color: #707070;
}

#right {
	width: 680px;
	height: 496px;
	float: left;
	display: inline;
	background-image: url(../images/right.jpg);
	background-repeat: no-repeat;
	padding: 100px 0 0 60px;
}

a#skiplink {
	display: block;
	width: 490px;
	height: 90px;
	background-image: url(../images/skip.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	color: #fff;
	line-height: 1px;
	font-size: 1px;
}

a#skiplink:hover {
	background-image: url(../images/skip_hover.jpg);	
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #db1a30;
}
