@charset "UTF-8";
/* CSS Document */
/* Created by Jaime Nacach - January 2013 - www.myedesigner.com */

/* MAIN BODY TAGS */
body {
	background:	#fff;
	color:#000;
	font-family: 'Actor';
}
a {color: #000;}
/* LOGO */
#logo {
   position: absolute;
   top: 50%;
   left: 50%;
   width: 400px;
   height: 400px;
   margin-top: -240px; /* Half the height */
   margin-left: -200px; /* Half the width */
}

/* Social Media Link */
#sociallinks {
	position:absolute;
	right: 30px; top: 30px;
}

