/* -----Reset CSS code----- */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -----Global Definitions----- */
body
{
	overflow-x: hidden;
}

html
{
background: url(../images/bg1.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;	
}


/* -----Navigation Definitions----- */



/* -----Heading Definitions----- */



/* -----Link Definitions----- */



/* -----Text Effect Definitions----- */



/* -----Tags and Body Definitions----- */



/* -----Structure Definitions----- */



/* -----Header Definitions----- */



/* -----Navigation Definitions----- */
#menu
{
	position: absolute;
	top:0;
	width: 100%;
	height: 32px;
	background-color: rgba(0,0,0,1.0);
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align:center;
	color:#FFF;
}

#menu_inner
{
	top:0;
	width:700px;
	margin:0 auto;
}

/* -----Content Definitions----- */
#content
{
	position:absolute;
	top:5%;
	height:90%;
	width:100%;
}


/* -----Sidebar Definitions----- */



/* -----Footer Definitions----- */
#footer
{
	position: absolute;
	bottom:0;
	width: 100%;
	height: 25px;
	background-color: rgba(0,0,0,1.0);
	border-top-left-radius: 40px;
	border-top-right-radius: 40px;
	text-align:center;
	color:#FFF;
}

p.footer
{
	padding-top: 8px;
	vertical-align:middle;
	font-size:12px;
}


/* -----Lists Definitions----- */



/* -----Left/Right Content Block Definitions----- */



/* -----Comment Definitions----- */



/* -----Favatars Definitions----- */



/* -----Breaks Definitions----- */



/* -----Pagination Definitions----- */



/* -----Conversions Definitions----- */



/* -----Code Block Definitions----- */



/* -----View Structure Definitions----- */



/* -----Table Definitions----- */

