html {
	background:url('../images/home/imagem_site.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #000000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale');
	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')";
	overflow:hidden;
	font-family: Swagger;
}

body {
	min-width: 960px;
	min-height: 840px;
	width: 100%;
	height: 100%;
	margin: 0;
}

.newbackground {
	min-width: 960px;
	min-height: 840px;
	width: 100%;
	height: 100%;
	background:url('../images/imagem_site_obrigado.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 0;
	padding: 0;
}

@font-face {
	font-family: Swagger;
	src: url('Swagger.ttf');
}

.betweienbt {
	width: 10%;
	height: 10%;
	position: absolute;
	bottom: 6%;
	left: 35%;
}

.filipebt {
	width: 10%;
	height: 10%;
	position: absolute;
	bottom: 6%;
	left: 43%;
}

.facebookbt {
	width: 10%;
	height: 10%;
	position: absolute;
	bottom: 6%;
	left: 51%;
}

.farolbt {
	width: 10%;
	height: 10%;
	position: absolute;
	bottom: 6%;
	left: 59%;
}

.livroejogobt {
	width: 20%;
	height: 20%;
	position: absolute;
	top: 10%;
	left: 20%;
}

.cdedvdbt {
	width: 20%;
	height: 20%;
	position: absolute;
	top: 30%;
	left: 10%;
}

.escolabt {
	width: 25%;
	height: 25%;
	position: absolute;
	top: 50%;
	left: 20%;
}

.jogarbt {
	width: 21%;
	height: 21%;
	position: absolute;
	top: 5%;
	right: 6%;
}

.comprarbt {
	width: 21%;
	height: 21%;
	position: absolute;
	top: 35%;
	right: 15%;
}

.galeriabt {
	width: 18%;
	height: 18%;
	position: absolute;
	top: 55%;
	right: 6%;
}

.contactosbt {
	width: 20%;
	height: 20%;
	position: absolute;
	top: 75%;
	right: 0%;
}
.ecoescolasbt {
    width: 20%;
    height: 20%;
    position: absolute;
    top: 55%;
    left:5%;
}

.cross {
	float: right;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	margin-top: 10px;
	cursor: pointer;
}


#contact {
	width: 420px;
	height: 370px;
	position: fixed;
	top: 50px;
	right: -330px;
	cursor: pointer;
}

.form {
	width: 100%;
	height: 100%;
	background:url('../images/others/contacte_nos.png');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#contact form {
	color: #FFFFFF;
	margin-left: 90px;
	padding-top: 20px;
}

input.field {
	text-align: right;
	width: 10px;
	float:left;
	font-weight:bold;
}

input.textbox {
	width: 200px;
	float:right;
	margin-right: 30px;
}

.textarea {
	width: 200px;
	float:right;
	margin-right: 30px;
}

input.button {
	float: right;
	margin-right: 100px;
}

form p {
	clear: both;
	padding: 5px;
}

.voltarbt {
	position: absolute;
	left: 45%;
	top: 500px;
}

.logoidiot {
	position: absolute;
	left: 10px;
	bottom: 15%;
	font-size: 13px;
	color: #ffffff;
}