body {
	color: #ccc;
	font-family: "Vegurlight";
	margin: 0 auto;
	padding: 0;
	font-size: 0.6em;
	background: #000000;
}
@font-face {
    font-family: 'VegurBold';
    src: url('/fonts/vegur-bold-webfont.eot');
    src: url('/fonts/vegur-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-bold-webfont.woff') format('woff'),
         url(/'fonts/vegur-bold-webfont.ttf') format('truetype'),
         url('/fonts/vegur-bold-webfont.svg#VegurBold') format('svg');
    font-weight: bold;
    font-style: normal;

}


@font-face {
    font-family: 'VegurLight';
    src: url('/fonts/vegur-light-webfont.eot');
    src: url('/fonts/vegur-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/vegur-light-webfont.woff') format('woff'),
         url('/fonts/vegur-light-webfont.ttf') format('truetype'),
         url('/fonts/vegur-light-webfont.svg#VegurLight') format('svg');
    font-weight: normal;
    font-style: normal;

}


h1
{
	color: #000000;
	font-size: 47px;
	font-weight: bolder;
	margin: 0 40px;
	padding: 0.08em 0;
}

h1 sup
{
	color: #ddd;
}

h1 a
{
	color: #000;
	text-decoration: none;
}

h1 .company, h1 a .company
{
	color: #d01a71;
}

h2
{
	color: #fff;
	font-size: 3em;

}

h3
{
	color: #fff;
	font-size: 3em;
	letter-spacing:1px;
	font: VegurBold;
}

h4
{
	font-size: 1.5em;
}

.content
{
	margin: 0 20px;
}

.content a
{
	color: #fff;
}


.content p.linkage
{
	margin-top: 2em;
	text-align: right;
	font-size: 1.7em;
	color: #ddd;
}

.content p.linkage a { color: #fff; }


#myGallery
{
	text-align: left;
	margin: 0 auto;
}

