* {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#333333;
	border:0;
}

body {
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	background-position:20px 0px;
}

#wrapper {
	position:absolute;
	width:740px;
	height:100%;
	left:20px;
}

#content {
	position:absolute;
	text-align:center;
	width:600px;
	left:70px;
	top:120px;
}

input {
	border:1px solid #333333;
	margin:2px;
}

table {
	margin:auto;
}

td {
	text-align:left;
}

a {
	color:#005e9f;
}
