/* CSS Document */

@import url(vcard.css);
@import url(vcard_form.css);
@import url(spacepx.css);

* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
	height: 100%;
}

body{
/*	width: 100%;
	height: 100%;
*/	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #ffffff;
	background-color: #434343;
}

span.clearBoth{
	clear: both;
}


#centerCort{
/*	border: 1px solid green; */
	width: 600px;
	margin: 50px auto 0 auto;
}

a:focus {
 outline: none;
}


