/* RESET */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MAIN STYLES */

body {
	background: #000;
	text-align: center;
	font-family: Arial;
}

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

#wrapper {
	width: 920px;
	xheight: 700px;
	overflow: auto;
	background: #fff url('/images/wrapperBg.png') no-repeat top left;
	margin: 35px auto;
	text-align: left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#navigation {
	width: 360px;
	height: 50px;
	float: right;
	text-align: right;
	margin: 30px 27px 0 0;
}

#navigation .menu {
	width: 90px;
	height: 45px;
	display: block;
	float: left;
	margin-left: 10px;
}

#navigation p {
	font-size: 24px;
	color: #6699cc;
	text-align: center;
}

#navigation .social {
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin: 10px 5px 0;
}

#contentMain {
	width: 500px;
	height: 500px;
	float: right;
	clear: right;
}

#socialBox {
	float: right;
	margin: 100px 300px 0 0;
}

#video {
	width: 400px;
	height: 282px;
	float: right;
	margin: 0 0px 0 0;
	padding: 48px 0 0 45px;
	background: transparent url('/images/videoBg.png') no-repeat top left;
}

#footer {
	width: 920px;
	height: 30px;
	float: left;
	padding-top: 40px;
	background: transparent url('/images/footerBg.png') no-repeat top center;
	text-align: center;
}

#footer a, #footer img {
	display: none;
}





