
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #fbfbfb;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #dfdfff;
	font-weight: bold;
}

h2 {

	font-color: #ff7777;
	font-weight: bold;

}


.greyBGTop{
background-image:url('title.jpg');
background-position: top center;
background-repeat:no-repeat;
height: 598;

}

#greyBG {

background-image:url('bgWallpaper.jpg');
background-repeat:repeat-y;
background-position:top center;

}


.greyBGBottom{
background-image:url('bottom.gif');
background-position:center bottom;
background-repeat:no-repeat;

}




.internetExplorerSucks
{
text-align:center;
}

.mainText
{
position: relative;
top: -240px; /*this is the position of the text*/
margin-left:auto;
margin-right:auto;

width:620px;
padding:0px;
text-align:center;
}

.secondaryText
{
position: relative;
top: -170px; /*this is the position of the text*/
margin-left:auto;
margin-right:auto;

width:620px;
padding:0px;
text-align:center;

font-size: small
}

  :link { color: rgb(255, 255, 255) }  /* for unvisited links */
  :visited { color: rgb(187, 205, 227)  }
  a:active { color: rgb(240, 240, 240) } /* when link is clicked */
  a:hover { color: rgb(240, 240, 200) } 

