/*VAGRounded Regular*/
@font-face {
    font-family: 'VAGRoundedRegular';
    src: url('../../fonts/vagrounded_lt-normal-webfont.eot');
    src: url('../../fonts/vagrounded_lt-normal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/vagrounded_lt-normal-webfont.woff') format('woff'),
         url('../../fonts/vagrounded_lt-normal-webfont.ttf') format('truetype'),
         url('../../fonts/vagrounded_lt-normal-webfont.svg#vagrounded_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*VAGRounded Bold*/
@font-face {
    font-family: 'VAGRoundedBold';
    src: url('../../fonts/vagroundschriftd-webfont.eot');
    src: url('../../fonts/vagroundschriftd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/vagroundschriftd-webfont.woff') format('woff'),
         url('../../fonts/vagroundschriftd-webfont.ttf') format('truetype'),
         url('../../fonts/vagroundschriftd-webfont.svg#vagrundschriftdregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*VAGRounded Thin*/
@font-face {
    font-family: 'VAGRoundedThin';
    src: url('../../fonts/vagroundedstd-thin.eot');
    src: url('../../fonts/vagroundedstd-thin.eot') format('embedded-opentype'),
         url('../../fonts/vagroundedstd-thin.woff') format('woff'),
         url('../../fonts/vagroundedstd-thin.ttf') format('truetype'),
         url('../../fonts/vagroundedstd-thin.svg#VAGRoundedStdThin') format('svg');
}

/*VAGRoundedLight*/
@font-face {
    font-family: 'VAGRoundedLight';
    src: url('../../fonts/vagroundedstd-light.eot');
    src: url('../../fonts/vagroundedstd-light.eot') format('embedded-opentype'),
         url('../../fonts/vagroundedstd-light.woff') format('woff'),
         url('../../fonts/vagroundedstd-light.ttf') format('truetype'),
         url('../../fonts/vagroundedstd-light.svg#VAGRoundedStdLight') format('svg');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: "VAGRoundedLight", _sans;
	background-color:#000000;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	overflow: hidden;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	position: relative;
	vertical-align: top;
	top: -0.5em;
	font-size: 0.6em;
}

#System > .content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 768px;
    overflow:hidden;
	z-index:1;
	margin:0;
	padding:0;
	
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

#System .background {
	position: absolute;
    background: url(./../../imgs/2/base/background.jpg) 0 0 no-repeat;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 768px; 
	z-index:0;
	margin:0;
	padding:0;
	
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
}

a, a:hover, a:visited {
	text-decoration: none;
}

font {
	font-weight: 1;
}

b {
	font-size:100%;
}