
*	{
	text-align: center;
	}

html { 
	background: url(pictures/background.jpg) no-repeat center center fixed; 
 	-webkit-background-size: cover;
 	-moz-background-size: cover;
 	-o-background-size: cover;
 	background-size: cover;
}

img	{
	max-width: 96%;
	height: auto;
	}
p, h1	{	
	font-family: Serif;
	font-size: 12px;
	line-height: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	letter-spacing: 0.7px;
	color: #5b0f58;
	}

a   	{
	color: #888;
	text-decoration: underline;
	}

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

/* -------------------------------------------------------------- */
/* ----------------------------- ID ----------------------------- */
/* -------------------------------------------------------------- */

#main	{
	margin: 36px;
	padding-top: 24px;
	margin-left: auto;
    	margin-right: auto;
	max-width: 420px;
	background-color: #f0f0f0;
	
 	-moz-box-shadow:	0px 5px 5px #000;
  	-webkit-box-shadow:	0px 5px 5px #000;
  	box-shadow:		0px 5px 5px #000;

	}


#map	{
	padding: 12px;
	}

/* -------------------------------------------------------------- */
/* --------------------------- ID END --------------------------- */
/* -------------------------------------------------------------- */



/* -------------------------------------------------------------- */
/* -------------------- TABLETS AND DESKTOP --------------------- */
/* -------------------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 800px) {

#main	{
	padding-top: 12px;
	}

}

/* -------------------------------------------------------------- */
/* ----------------------- SMALLER SCREENS ---------------------- */
/* -------------------------------------------------------------- */

@media only screen and (max-width: 480px) {

#main	{
	padding-top: 12px;
	margin-left: 20;
    	margin-right: 20;
	}

}

/* -------------------------------------------------------------- */
/* --------------------------- END CSS -------------------------- */
/* -------------------------------------------------------------- */
