@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: NeoSansStd;
	font-style:italic;
	src: url('NeoSansStd-Italic.otf');
}

@font-face {
	font-family: NeoSansStd;
	font-weight:normal;
	src: url('NeoSansStd-Regular.otf');
}


@font-face {
	font-family: NeoSansStd;
	font-weight: bold;
	src: url('NeoSansStd-Medium.otf');
}

@font-face {
	font-family: NeoSansStd;
	font-weight: lighter;
	font-weight: 200;
	src: url('NeoSansStd-Light.otf');
}

* {
	margin: 0;
}

html, body {
	background-repeat:no-repeat;
	background-color:#DFDFDF;
	font-family: NeoSansStd, sans-serif;
	font-size:24px;
	margin:0px;
	padding:0px;
}

img {
	border:none;
}

a:link {
	border:none;
	text-decoration:none;
}

#content {
	position:absolute;
	top:50%;
	height:500px;
	margin:0px auto;
	margin-top:-180px;/* negative half of the height */
	width:100%;

}

#content-inner {
	margin:0px auto;
	text-align:center;
	width:600px;
}

#icons {
	margin-top:20px;
}

.icon {
	margin-right:15px;
}


.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -430px; /* the bottom margin is the negative value of the footer's height */
}

.content, .push {
	bottom:0px;
	height:0px;
	text-align:center;
}


/* iPAD */

#iPad-layout {
	display:block;
}


#mask, #bg, #antonio, #footer {
	display:none;
}