/* CSS Document */

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, 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,
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;
}

body {
	background: #000;
	color: #fff;
	font: 14px Arial, Helvetica, sans-serif;
}

/*Outter Wrapper Start Code*/

#outter_wrapper {
	width: 1000px;
	border: 1px solid #333;
	margin: 0 auto 0 auto;
}

/* Header Start Code*/

#header {
	width: 1000px;
	height: auto;
	margin: 0 auto 0 auto;
	text-align: center;
}

#header span {
	width: 1000px;
	height: 92px;
	margin: 0 auto 0 auto;
	text-align: center;
	display: block;
	background: url(images/bd_hdr_03.jpg) no-repeat center top;
}

#header span h1{
	color:#F00;
	font-size: 38px;
	font-weight: bold;
	display: block;
	padding: 10px 0 0 0;
}

#header span h2{
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 0;
	margin-bottom: 8px;
}


/* Pic Start Code*/

.pic_section {
	display: block;
	width: 1000px;
	height: 500px;
	margin: 0 auto 0 auto;
	padding: 0;
}

.pic_section a img {
	margin: 1px;
	padding: 0;
	float: left;
}


/* Password*/

.password {
	font-size: 36px;
	color: #666;
	
	
}







/* Divider Start*/
.divider {
	display:block;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

.divider h2 a {
	margin: 0 auto;
	height: auto;
	color:#F00;
	font-size: 54px;
	font-weight: bold;
	display: block;
	padding: 10px 0 0 0;
}

.divider h2 a:hover {
	text-decoration: none;
}

.divider p {
	color:#888;
	font-size: 20px;
	font-weight: bold;
	display: block;
	padding: 6px 0 0 0;
	margin-bottom: 10px;
}

.divider p span {
	color:#ddd;
}


/* Video Cap Start*/

.vidcaps .capwrap {
	width: 245px;
	text-align: center;
	padding: 0;
	margin: 0 0 0 4px;
	float: left;
}

.vidcaps .capwrap img {
	border: 1px solid #666;
	text-align: center;
	padding: 0;
}

.vidcaps .capwrap h3 {
	font-size: 14px;
	color:#F00;
	text-align: center;
	padding: 3px 1px 1px 1px;
}

.vidcaps .capwrap p {
	font-size: 12px;
	color:#666;
	text-align: center;
	padding: 4px;
}

/* Network Section Start Code*/

.network {
	width: 980px;
	height: auto;
	background: #1e1e1e;
	display: block;
	margin: 10px auto 0 auto;
	text-align: center;
	}

.network .intro {
		color: #0099ff;
		width: 940px;
		height: 70px;
		display: block;
		margin: 10px auto 8px auto;
}


.network .intro {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.23, rgb(0,0,0)),
    color-stop(0.62, rgb(41,41,41)),
    color-stop(0.81, rgb(28,28,28))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(0,0,0) 23%,
    rgb(41,41,41) 62%,
    rgb(28,28,28) 81%
);
}




.network .intro h4 {
		font-size: 34px;
		padding: 10px 0 0 0;
}


/* Footer Button*/


#outter_wrapper #footer {
	text-align: center;
}





#outter_wrapper #footer a img {
	
	margin: 24px auto 20px auto;
	
	
	}






