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

body {
	background-color:#000;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
}

ul, li, a, h1 {
	margin:0px;
	padding:0px;
	outline:none;
}


#portal {
	background:url(../img/background_stroke.jpg) top left repeat-x;
	width:100%;
	float:left;
	height:310px;
	margin-top:300px;
}

#portal_img {
	margin:auto;
	width:1150px;
	margin-top:14px;
}

.logo_tapas {
	display:block;
	height:282px;
	width:258px;
	background:url(../img/tapas.jpg);
	float:left;
	display:inline;
}

.logo_skopein {
	display:block;
	height:282px;
	width:290px;
	background:url(../img/skopein.jpg);
	float:left;
	display:inline;
	margin:0 0 0 15px;
}

.logo_feest {
	display:block;
	height:282px;
	width:258px;
	background:url(../img/feest.jpg);
	float:left;
	display:inline;
	margin:0 0 0 15px;
}

.logo_goodscoot {
	display:block;
	height:282px;
	width:258px;
	background:url(../img/goodscoot.jpg);
	float:left;
	display:inline;
	margin:0 0 0 15px;
}

#footer {
	height:20px;;
	margin-top:14px;
	margin:auto;
	width:850px;
}