/*
default screen stylesheet template
www.cerridan.com copyright 2009 
www.creativesyntax.at by Quoc-Dung Vuong
*/

/*--------------------------------------------*/
/* main elements */
/*--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {  
	margin: 0; 
	padding: 0; 
} 
html>body {
	font-size: 12px; 
}
body {
	font-size: 75%; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
	line-height: 1.5em; 
}
a {
	text-decoration:none;
	color :#0099cc;
}
a:hover {
	text-decoration:none;	
	color: #00bff3;
}
/*--------------------------------------------*/
/* main elements */
/*--------------------------------------------*/
#container {
	position: relative;
	left: 50%;
	margin-left: -225px;
	top: 100px;
	width: 450px;
	height: 269px;
	background: url(../img/cerridan.jpg) no-repeat;
}
#email {
	position: absolute;
	display:block;
	left:330px;
	top: 200px;
}
#email a {
	position: absolute;
	display:block;
	height:13px;
	width:105px;
}
#email a:focus {
	outline: none;
}
