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,input, 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, hr, button {
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
img {
	max-width: 100%;
}
ol, ul {
	list-style: none outside none;
}
h1, h2, h3, h4, h5, h6, li {
	font-weight: normal;
	line-height: 36px;
}
body {
	font-size: 16px;
	font-weight: 400;
	font-size: 14px;
	background:#000;
	background:url(../images/backgrd.png) repeat-x;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	font-family:Helvetica, sans-serif;
	color:#3c3c3c;

	}
a {
	color: #09f;
}
a:hover {
	text-decoration: none;
}
#back_to_camera {
	clear: both;
	display: block;
	height: 80px;
	line-height: 40px;
	padding: 20px;
}
.fluid_container {
	margin: 0 auto;
	max-width: 1000px;
	width: 90%;
}
.main{ width:100%; max-width:716px; margin:0 auto;}
.main_inner{ float:left; width:100%;}
.box{ float:left; width:100%; border:2px solid #fff130; margin:213px 0px 0px;}
.left_side{ float:left; width:60%;}
.right_side{ float:right; width:40%;}
.right_link{ float:left; width:100%; margin-top:55px;}
.copy_right{ float:left; width:100%; text-align:center;}

.info a {
color : #CCCCCC;
}

.info a:hover {
color : #7183be;
}

.info {
vertical-align : top;
color : #CCCCCC;
padding-top : 0px;
padding-bottom : 0px;
padding-right : 0;
margin-top : 10px;
margin-bottom : 0;
margin-left : 0;
margin-right : 0;
font-size : 11px;
line-height : 16px;
font-family : Tahoma, Verdana, Arial;
text-decoration : none;
text-align : center;
position : relative;
}

/******************************************************Website Responsive*********************************************/

@media(max-width:716px){
}
@media(max-width:592px){
	.left_side{ float:left; width:100%; text-align:center;}
	.right_side{ float:left; width:100%; text-align:center;}
	.right_link{ margin:0px;}
	
}