html{
	height: 100%;
}

body{
	margin: 0;
	background-color: #ecea70;
	background-image:url(/images/misc/tiled_small_flower.png);
	height: 100%;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif; 
}



a{
	color: #6699cc; 
	text-decoration: none;
}

a:visited{
	color: #800080;
}

a:hover{
	text-decoration: underline;
}

p a{
	color: #6699cc; 
	text-decoration: underline;
}

img {
	border: none;
}

h1{
	font-weight: bold; 
	font-size: 1.5em; 
	margin: 0;
}

h2{
	font-weight: bold; 
	font-size: 1.4em; 
	margin: 0;
}

.extra_fine{font-size: 10px;}
.fine{font-size: 12px;}

/*Popups*/

#guarantee{width: 500px; height: 500px; background-image: url(/images/misc/guarantee.jpg); background-repeat: no-repeat; position: relative;}

#guarantee .content{position: absolute; top: 145px; left: 20px; width: 460px; height: 325px; overflow: hidden; font-size: 19px; line-height: 26px;}

#contact_us{width: 500px; height: 500px; background-image: url(/images/misc/contact_us.jpg); background-repeat: no-repeat; position: relative;}

#contact_us .content{position: absolute; top: 245px; left: 50px; width: 430px; height: 225px; overflow: hidden; font-size: 16px; line-height: 26px;}
