@font-face {
    font-family: 'snickerregular';
    src: url('fonts/mark_simonson_-_snicker.eot');
    src: url('fonts/mark_simonson_-_snicker.eot?#iefix') format('embedded-opentype'),
         url('fonts/mark_simonson_-_snicker.woff2') format('woff2'),
         url('fonts/mark_simonson_-_snicker.woff') format('woff'),
         url('fonts/mark_simonson_-_snicker.ttf') format('truetype'),
         url('fonts/mark_simonson_-_snicker.svg#snickerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body
{	
	content: "";
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -10;
	background: url(images/bkground.jpg) no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}

div.image {
content: url(images/logo_pacca.svg);
	  height: 35%;
  	  width: 35%;

  
}​


A:link
{
	text-decoration: none;
	color: #0085c9;
}

A:visited
{
	text-decoration: none;
	color: #0085c9;
}

A:active
{
	text-decoration: none;
	color: #0085c9;
}

A:hover
{
	text-decoration: none;
	color: #0053aa;
}

::selection
{
color:#0053aa;
background: #0085c9;
}
::-moz-selection
{
color:#0053aa;
background: #0085c9	;
}


div.alpaca {
  left: 70%;
  position: relative;
  animation-name: mymove;
  animation-duration: 5s;
  bottom: 140px;
}

@keyframes mymove {
  from {bottom:-5000px;}
  to {bottom: 140px;}
}

div.intro {
  text-align:left;
  width: 90%;
  height: 400px;
  position: relative;
  z-index: 2;

}

.homepageTitle
{
	text-align:left;
	font-family:'snickerregular', Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0;
	font-size:42px;
	color: #7827be;
	line-height:18px;
	padding-left:0mm;
	padding-top:0mm;
	
	/*
	text-transform: uppercase;
	*/
}


.homepageText
{
	text-align:left;
	font-family:'snickerregular', Verdana, Arial, Helvetica, sans-serif; letter-spacing: 0;
	font-size:14px;
	color: #000;
	line-height:10px;
	padding-left:0mm;
	padding-top:0mm;
	
	/*
	text-transform: uppercase;
	*/
}

























