html,
body
{
margin: 0;
padding: 0;

background: #000 url(../wallimages/logo_.gif) no-repeat bottom left fixed;
}

html
{
overflow-y: scroll;
}
/* -------------------------------------------------------------- 
   
   typography.css
   * Sets up some sensible default typography.
  
   Based on work by:
   * Nathan Borror     [playgroundblues.com]
   * Jeff Croft        [jeffcroft.com]
   * Christian Metts   [mintchaos.com]
   * Wilson Miner      [wilsonminer.com]
   * Richard Rutter    [clagnut.com]
   
   Read more about using a baseline here:
   * alistapart.com/articles/settingtypeontheweb
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
   
body { font-size: 75%; }


/* Default fonts and colors. 
   If you prefer serif fonts, remove the font-family 
   on the headings, and apply this one to the body:
   font: 1em Georgia, "lucida bright", "times new roman", serif; */
   
body { 
  color: #222; 
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif; 
}
h1,h2,h3,h4,h5,h6 { 
  color: #111; 
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

#object{
text-align:center;

}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p.last      { margin-bottom: 0; }
p img       { margin: 1.5em 1.5em 0em 0; padding: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */
img         { margin: 0 0 1.5em; }

ul, ol      { margin:0 1.5em 1.5em 1.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 1.5em; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

#foot /*---------------------*/
{
margin-top:-15px;
padding: 10px 0 0 0;
width: 100%;
font-size: 12px;
color: #7c7a78;
}

#foot-content
{
text-align:center;
position: relative;
margin: 0 auto;
width: 950px;
}

#footer-links
{
display:block;
}

#foot a
{
font-size:13px;
text-decoration: none;
color: #c30f53;
}

#foot a:hover{
color:#00aeef;}


.submitbtn{
	color:#000!important;
	font-weight:bold;
	padding:5px!important;
	cursor:pointer;
	font-size:14px!important;
	background-color:#c30f53!important;
	border:1px #ccc solid;
	padding:2px;
	margin:6px auto;
	width:180px;
}
.submitbtn a{
	color:#000!important;
	font-weight:bold;
}
.submitbtn a:hover{
	color:#00aeef!important;
	font-weight:bold;
}


