/* ++++++++++++++++++++++++++++++++++++++++++++ */
/* Card styles */
/* Used for background image trick: http://css-tricks.com/perfect-full-page-background-image/
/* ++++++++++++++++++++++++++++++++++++++++++++ */

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #content {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#content {
position:absolute;
top:0;left:0;
z-index:70;
overflow:auto;
}

#focus-stealer {position: absolute; left: -9999px;}

/* end of CSS full background image trick */

div.clear {clear:both;}

div.topnav {width:625px; margin:0 auto;}
div.topnav a#logo {display:block; width:125px; height:63px; float:left; text-indent:-999px; background:url(/images/logo.png) top left no-repeat;}
* html div.topnav a#logo {background:none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/logo.png', sizingMethod='scale');}
div.topnav a#ad {margin-left:15px; float:left; display:block; width:468px;}
div.topnav, div.topnav a {font-family:"Times New Roman", Times, serif; font-size:12px; font-weight:bold;}
div.topnav a img {border:0; float:left;}
div.topnav span.links {display:block; clear:both; padding:10px 0 0; text-align:center;}

div.lovepoetry {width:80%; text-align:center; padding:25px 0; font-size:32px; font-family:"Comic Sans MS", cursive; margin:0 auto;}
div.lovepoetry h1 {font-size:32px; font-family:"Comic Sans MS", cursive; font-weight:bold; text-align:left; margin:60px 0 115px 0; padding:0; clear:both;}
div.lovepoetry p {margin:0; padding:0;}

#credits {margin-top:100px; font-family:"Times New Roman", Times, serif; font-size:14px;}
	#credits a {font-size:14px;}

#copyright {margin-top:50px; text-align:center; margin:0 auto; font-family:"Times New Roman", Times, serif; font-size:14px;}
	#copyright a {font-size:14px;}

#sendbutton {padding-top:100px; font-size:14px; font-family:"Times New Roman", Times, serif; line-height:14px; margin:0 auto; text-align:center;}
	#sendbutton table {margin:0 auto;}
		#sendbutton table td {margin:0; padding:0;}
		
#bottomlinks, #otherlinks {padding-top:40px; font-size:14px; font-family:"Times New Roman", Times, serif; line-height:14px; margin:0 auto; text-align:center;}

form#main {margin:0; padding:0 0 30px;}
