/* CSS Document */
html{
height:100%;

} 
body{
	background-image: url(../ximg/bigAdobe.jpg);
	background-repeat: no-repeat;
	background-position:center;
	background-color:#FFFFFF;
	margin:0px;
}
#logoHead{
	width:100%;
	background-color:transparent;
	text-align:right;
	
}

#centerDiv{
	margin-top: -308px; /*set to a negative number 1/2 of your height*/
	margin-left: -497px; /*set to a negative number 1/2 of your width*/
	position:absolute;
	width:994px;
	height:616px;
	border:solid 0px #000;
	top: 50%;
	left: 50%;
	background-color: transparent;
}
img
{  border-style: none;

}
p{
	font-family:Arial;
	color:#688EA0;
	font-size:14px;
	margin-top:9px;
	margin-bottom:9px;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#678EA0;
	letter-spacing:14px;
}

a:link { 
	font-family:Arial;
	color:#61398F;
	font-size:10px;
	text-decoration: none;
	outline: none;
}
a:visited { 
	font-family:Arial;
	color:#61398F;
	font-size:10px;
	text-decoration: none;
	outline: none;
}
a:hover, a:active { 
	font-family:Arial;
	text-decoration: underline; 
	color: #61398F;
	font-size:10px;
	outline: none;
}
object { 
outline:none;
}
a {
outline: none;
}
a:focus
{
-moz-outline-style: none;
}
.class2 a:link { 
	font-family:Arial;
	color:#61398F;
	font-size:28px;
	text-decoration: none;
	letter-spacing:14px;
}
.class2 a:visited { 
	font-family:Arial;
	color:#61398F;
	font-size:28px;
	text-decoration: none;
	letter-spacing:14px;
}
.class2 a:hover, .class2 a:active { 
	font-family:Arial;
	text-decoration:none; 
	color:#688EA0;
	font-size:28px;
	letter-spacing:14px;
}
