
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Verdana, sans-serif;
	background: #ccc;
}



#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
bottom: 0;
left:0;
}

div.thumb-it {

}

#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;

}

hr {
	color: #000;
	border-style: none;
	border-bottom-style: solid;
	border-bottom-width: 3px;
}

#mailer {
position: relative;
margin-top: -3px;



}
