@charset 'utf-8';
@import url(css_reset.css);
@import url(base.css);

/* ---piccto--- */

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

body{
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 170%;
	color: #777;
}
#container{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px; /* Half the height */
	margin-left: -320px; /* Half the width */
	
	width: 640px;
	height: 433px;
	padding: 180px 35px;
	background: #fff url(../img/bg_topoid.gif) no-repeat;
}

/* styles */

p{color: #fff; float: left;}

p span{width: 70px; float: left;}

h1{font-weight: normal !important; color: #fff; padding: 0 0 20px 0;}

a {text-decoration: none; color: #fff;}

.left p, .left h1{padding-left: 20px;}

/* colors */

