/* (c) 28 september 2009 Seraphim Studio */

/* @group reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.cleaner {
	clear: both;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}


/* (c) http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded */

body {
	background: #fff url(img/bg.png) bottom right no-repeat;
	color: #8d8d8d;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

#wrap {
    width: 500px;
    position: absolute;
    top: 35%;
	left: 50%;
	margin: -200px 0 0 -250px;
	text-align: center;
	-webkit-animation-name: pulse;
	-webkit-animation-duration: .5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
}

#wrap h1:hover {
	-webkit-transform: rotate(-3deg) scale(1);
	-webkit-transition-duration: .3s;
	cursor: pointer;
}

h1 {
	width: 500px;
	height: 120px;
	display: block;
	background: url(logo.png) top center no-repeat;
	text-indent: -3002px;
	padding-bottom: 2em;
}

p {
	padding-bottom: .5em;
}

@-webkit-keyframes pulse {
 0% {
   background-color: white;
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
 40% {
   background-color: white;
   opacity: 0.75;
   -webkit-transform: scale(1.1) rotate(-6deg);
 }
 70% {
   background-color: white;
   opacity: 0.5;
   -webkit-transform: scale(1.1) rotate(4deg);
 }
 100% {
   background-color: white;
   opacity: 1.0;
   -webkit-transform: scale(1.0) rotate(0deg);
 }
}


/* end */
