/*general*/

  html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

#fullheight 	{
	height: 100%;
	width: 100%;
	}

p 	{
	font-family: "Futura", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: .8em;
	} 

img 	{
	border: 0px;
	}