/* CSS style sheet - pixelbypixel.info 2010 */

body {
	background-color:#333;
	border:none;
	font-family: Times New Roman, Times, Serif;
	font-size:9pt;
	color:#666;
}

a {
	border: none;
	text-decoration:none;
	color:#666;
}

a:visited {
	color:#666;
	text-decoration:none;
}

a:hover {
	color:#222;
}

img {
border:none;
}

h1{
	font-weight:normal;
	font-size:10pt;
}



#content {
  	width: 708px;
  	height: 600px;
  	background-color: #fff;
	position:absolute; 
	top:50%; 
	left:50%; 
	margin:-342px auto auto -385px; 
	text-align: center;
	padding:20px;
}

#verticalCenterAuto {
	position:relative; 
	top:50%; 
	height:304px;
	margin-top:-152px;
	width:708px;

}

#verticalCenterVacation {
	position:relative; 
	top:50%; 
	height:517px;
	margin-top:-260px; 
	
}

#verticalCenterIssue_7 {
	position:relative; 
	top:50%; 
	height:600px;
	margin-top:-311px; 

}


#footer{
margin:0 0;
	width:708px;
	height:20px;
	padding-top:5px;
	margin-bottom:2px;
	position:absolute;
	left:20px;
	bottom:0px;
}

#footerLeft{
	float:left;
	font-size:9pt;
}

#footerLeft a{
	color:#555; 
}

#footerLeft a:hover{
	color:#888;
}

#footerRight {
	float:right;
	
}

#footerRight span{
	color:#333;
	padding-left:4px;
}

#footerRight span a{
	color:#222;
	padding:5px 0px 5px 5px;
}

#footerRight span a:hover{
	color:#444;
}
#img {
	visibility:visible;
}

