@charset "UTF-8";
/* CSS Document */

/*CSS Reset*/body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


body {
	background:#e6f2f5 url(../images/background.jpg) 0 0 repeat fixed;
	font-family: Helvetica, sans-serif;
	color: #5f6062;
	font-size: 15px;
}

h1 {
	color: #666666;
	width:100px;
	background-color: #e0f8cd;
	margin: 20px 0px 0px 0px;
	padding-left: 10px;
}



/* Global */

#wrap {
width:100%;
height: 100%;

}


#talita {
background-image: url(../images/talita.jpg);
background-repeat: repeat-x;
height: 80px;
width: 100%;
margin: 0px 0px 0px 0px;

-moz-box-shadow: 0 0 12px #000;
-webkit-box-shadow: 0 0 12px #000;

}

#heartbox {
	width: 600px;
	height: 504px;
	margin: 80px auto 80px auto;
	background-image: url(../images/heart.png);
    background-repeat: no-repeat;
    color: #ffffff;

    
}

#defaultCountdown {
	margin: 150px 0px 0px 100px;
	float: left;
	
}