@charset "utf-8";

/********************************************************
//                 Initialisation
*********************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	padding: 0 !important;
	margin: 0 !important;
	width: 100%;
	text-align: center;
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /*1em = 10px*/
	background-color: #2B2B2B;
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
}

.clear {
	clear: both;
	visibility: hidden;
}

.none {
	display: none;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.no-margin {
	margin:0px!important;	
}

.no-padding {
	padding:0px!important;	
}

hr.sep {
	border:1px solid #DDDDDD;
	clear: both;
}




#page {
	width:800px;
	height:560px;
	background:#FFF url(../img/background.jpg) no-repeat;
	margin:160px auto;
	box-shadow: rgba(0, 0, 0, 0.75) 0 0 2em;
	-moz-box-shadow: rgba(0, 0, 0, 0.75) 0 0 2em;
	-webkit-box-shadow: rgba(0, 0, 0, 0.75) 0 0 2em;
	position:relative;
}

#page p {
	font-size:5.5em;
	position:absolute;
	bottom:20px;
	right:30px;
	text-align:right;
	width:400px;
}

#page h1 {
	overflow: hidden;
	font-size: 0;
	text-indent: -9999em;
}

#page ul#contact {
	position:absolute;
	top:10px;
	right:20px;
}

#page ul#contact li {
	display:inline;
	border-right:1px solid #2B2B2B;
	padding:0px 7px;
}

#page ul#contact li a {
	color:#5C5C5C;
	font-size:1.4em;
}

#page ul#contact li a:hover {
	color:#000;
	text-decoration:none;
}

#page ul#contact li:last-child {
	border-right:none;
}
