@charset "UTF-8";
/* CSS Document */



/*
Main Global Layout Settings
*/


*{ padding: 0px; }
body, html{ height: 100%; margin: 0; background:#000000; }
body{ font-family:'Helvetica','Arial','Lucida Grande','Lucida Sans Unicode','Lucida Sans','DejaVu Sans Condensed', Tahoma,sans-serif; font-size: 62.5%; }

.splash{
margin: 0 200px 0 0;
}

.social{
margin-left: 60px;
border: none;
}

.link{
margin-left: 60px;
font-weight: bold;
font-size: 30px;
text-transform: uppercase;
border: none;

.linkmail{
margin-left: 60px;
font-weight: bold;
font-size: 20px;
text-transform: uppercase;
border: none;
}

.smalltext{
margin-left: 60px;
font-size: 16px;
text-transform: uppercase;
border: none;
}