/***************************************/
     /* ERHE | Webdesign & Stuff */
/**************************************/

/* 
 Portfolio: www.erhe.fi
*/


@import url("ff-lato/stylesheet.css");

/* Default fonts, colors & styling */

body { background: #000; font-family: "LatoLight", Arial, Helvetica;  font-size:20px;}

a {color: #323232; text-decoration: underline;}
a:hover {color: #323232; text-decoration: none;}

p {margin: 5px 0 5px 0; line-height: 18px;}

h1 {margin: 20px 0;color: #606060;font-size: 25px; font-family: "LatoHairline", Arial, Helvetica;}
h2 {margin: 20px 0 40px 0;color: #606060;font-size: 43px; font-family: "LatoHairline", Arial, Helvetica; }


strong{}
em{}

span{ margin: 0 20px; display: inline-block; }
/* Wraps & Blocks */


/*********** 
  HEAEDER 
***********/


.logo {float: left; display: inline; margin:45px 0 0 0; width: 315px;height: 50px; background: url(images/logo.png) no-repeat; overflow: hidden;}
.logo a { display: block; padding: 50px 0 0 0;}





/*********************
  CONTENT
*******************************/

.content { position: absolute; top: 50%; margin-top: -200px; left: 50%; margin-left: -200px; width: 400px; height: 400px; text-align: center; }


.content img{
	width: 100%; height: auto !important;
}

/*********************** 
  Clears etc 
******************/

.clear {clear: both;}






