body,html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color: #ffffff;
}

@font-face {
	font-family: virgo;
	src: url('../fonts/virgo.ttf') format('truetype'),
	url('../fonts/virgo.eot'),
	url('../fonts/virgo.woff')  format('woff'),
	url('../fonts/virgo.woff2');
}

@font-face {
	font-family: 'socicon';
	src: url('../fonts/socicon.ttf') format('truetype'),
	url('../fonts/socicon.eot'),
	url('../fonts/socicon.woff')  format('woff'),
	url('../fonts/socicon.woff2');
}

a { font-family: 'virgo', arial; 
	margin:0 15px;
	font-size:14px;
	position: relative;
	top: 15px;
	text-decoration:none;
	color: #000000;
}

a:hover { font-family: 'virgo', arial;
	text-decoration:none;
	color: #000000;
}

.virgo { font-family: 'virgo' !important;
	margin:0 15px;
	font-size:60px;
	position: relative;
	top: 0px;
	text-decoration:none;
	color: #000000;
}
.socicon { font-family: 'socicon' !important;
	margin:0 15px;
	font-size:24px;
	position: relative;
	top: 15px;
	text-decoration:none;
	color: #000000;
}

.page-container{
	display:table;
	width:100%;
	height:100%;
}

.logo-vertical-position{
	display:table-cell;
	vertical-align:middle;
}

.logo-background{
	position:relative;
	background-repeat:repeat-x;
	text-align:center;
}

.social-background{
	position:relative;
	background-repeat:repeat-x;
	text-align:center;
}

.logo-container{
	position:relative;
	margin: 0 auto;
	width: 600px;
}

.page-footer{
    bottom: 0;
    height: 100px;
    left: 0;
    position: absolute;
    right: 0;
}