@charset "UTF-8";
/* CSS Document */

/*reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	vertical-align:baseline;
		background-color: #000;
}





.center {
	text-align: center;
}


#container {
	background-color: #000;
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	
}


a{
	alignment-baseline:;
	line-height: normal;
}
a:link {
	color: #fff;
	text-decoration: none;
}
#container #content iframe {
	padding-right: 40px;
	width: 500px;
	background-image: url(images/video_bg.jpg);
	background-repeat: no-repeat;
	float: right;
	margin-top: -13px;
}

#bottom2 {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F3DA31;
	background-color: #000;
	padding-right: 70px;
	padding-left: 70px;
	font-size: 100px;
	text-align: center;
}