/* struttura */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul {
	list-style: none;
}
	
html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}

.hide {
	display: none;
}

.clear {
	clear: both;
}

/*pre-home*/
#pre-home {
	margin: 100px 30%;
}
#pre-home h1 {
	margin-bottom: 120px;
}
#pre-home h2 {
	margin-bottom: 25px;
}
#pre-home fieldset {
	width: 50%;
	float: left;
}
#pre-home select {
	width: 90%;
	color: #666666;
	font-size: 12px;
	border: 1px solid #666666;
	padding: 2px;
}
#pre-home legend {
	text-transform: uppercase;
	font-size: 10px;
	padding: 5px;
}
#pre-home .submit {
	cursor: pointer;
	background-color: #e8e8e8;
	text-transform: uppercase;
	color: #666666;
	border: none;
	margin-top: 30px;
}
#pre-home #footer {
	color: #999999;
	font-size: 10px;
	margin-top: 150px;
}
#pre-home #footer a:link, #pre-home #footer a:visited, #pre-home #footer a:active {
	text-decoration: none;
	color: #999999;
}
#pre-home #footer a:hover {
	text-decoration: underline;
	color: #007bbf;
}