@font-face
{
	font-family: canard;
	src: url('../fonts/canard.ttf');
}

html {
	background: black;
	height: 100%;
	font-family: Helvetica,Arial,Verdana;
}

body {
	background: url('../img/bg.jpg') no-repeat center center;
	background-size: cover;
	background-attachment: scroll;
	min-height: 100%;
	color: white;
	font-size: 16px;
	line-height: inherit;
}

a, a:link, a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

.canard {
	font-family: canard,Arial,Verdana;
	letter-spacing: 2px;
	font-size: 40px;
}

nav {
	float: left;
	width: 250px;
	margin-top: 20px;
	margin-left: 20px;
}

#logo {
	margin-bottom: 20px;
}

nav > p {
	border: 1px solid black;
	background: url('../img/content_bg.png');
	padding: 10px;
	width: 100px;
}

#share {
	float: right;
	margin-top: 17px;
	margin-right: 20px;
	text-align: left;
}

#content {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;

	border: 1px solid black;
	background: url('../img/content_bg.png');
	padding: 10px;
}

#content > table {
	width: 100%;
}

#content td {
	vertical-align: middle;
}

#content.center td {
	width: 50%;
	height: 150px;
}

#content.video .canard {
	font-size: 25px;
}

.center {
	text-align: center;
}

.clearboth {
	clear: both;
}