@charset "UTF-8";
/* CSS Document */

body { 
background:#FFF;
background-repeat:repeat-x;
background-position:bottom;
border-width:0px;
border-style:solid;
border-color: black;
background-attachment:fixed;
padding: none;
spacing: none;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}

a {
	text-decoration:none;
	color:red;
	outline:none;
}

a:hover {
	text-decoration:none;
	color:#09F;
}
	
a:visited {
	text-decoration:none;
	color:red;
	font-style: italic;
}

a img {
	border:0px;
}

.tableclass {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
}

.tableclasslarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
}


/* structure */

.dotmachinetable {
	position:absolute;
	height:100%;
	margin:0 auto;
	left:50%;
	margin-left:-350px;
	border:0px solid red;
}

.dotmachineheader {
	height:100px;
	border:0px solid red;
	margin:20px 0px 20px 0px;
}
.dotmachineinstructions {
	position:relative;
	margin-top:20px;
	height:300px;
}
.dotmachinecredits {
	position:relative;
	height:360px;
	border:0px solid red;
}

.dotmachinefooter {height:400px;}

.cvcontainer {
	position:absolute;
	left:50%;
	width:780px;
	margin:0 auto;
	margin-left:-390px;
	margin-top:100px;
}

.pagecontainer {
	position:absolute;
	top:50%;
	left:50%;
	height:800px;
	width:1200px;
	margin:0 auto;
	margin-top:-400px;
	margin-left:-600px;
}

.contactcontainer {
	position:absolute;
	top:50%;
	left:50%;
	height:200px;
	width:300px;
	margin:0 auto;
	margin-top:-100px;
	margin-left:-150px;
}

.backbutton {
	position:absolute;
	top:0;
	width:100%;
	height:30px;
	margin-top:8px;
}