﻿@charset "utf-8";

body{
	background-color: #FFFFFF;
	padding: 1px;
	}
a:link {
	text-decoration: none;
	color:#333;
}
a:visited {
	text-decoration: none;
	color:#333;
}
a:hover {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
	color:#333;
}
	
#logo{
	position:fixed;
	z-index:1;
}

#social{
	position:fixed;
	bottom:30px;
	right:30px;
	}
	
#icon{
	float:right;
	margin-left:5px;
	width:60px;
	height:60px;
	}