/* WEBSITE DESIGN COPYRIGHT STAVROS BASIS (STAVROSBASIS.NET) */
@charset "utf-8";


/*-----------------------------------------------------------------
IMPORT CSS
-----------------------------------------------------------------*/
@import url("css_normalizer.css");


/*-----------------------------------------------------------------
GENERAL AND DEFAULTS
-----------------------------------------------------------------*/
body{
	font-size:18px;
	background: #000 url(../images/tripping_light_bg.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
	font-family:Helvetica, Arial, sans-serif;
}
p{
	font-family:Helvetica, Arial, sans-serif;
	padding:0px;
	margin:0px;
	line-height:1.6em;
	padding-bottom:13px;
	color:#444;
}
a:link, a:visited{
	font-family:inherit;
	color:#888;
	text-decoration:none;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
a:hover, a:active{
	color:#9D5AD3;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
hr{
	
}
h1{
	
}
h2{
	
}
.contact_info{
	position:absolute;
	bottom:20px;
	width:300px;
	text-align:center;
	margin-left:50%;
	left:-150px;
}