/*
-------------------
GOBAL STYLE RESETS
-------------------
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, 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;
}

ol, ul {
	list-style: none;
}

p{
	margin-top: .5em;
	margin-bottom: .3em;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}




/*
-------------------
MAIN ELEMENTS
-------------------
*/

body {
	margin: 0; padding: 0; text-align: center; background: #000000 url(../img/bg_body.gif) left top repeat-x; 
	font-family: Arial, Helvetica, sans-serif;
	}
	#wrapper {
		position: relative;
		width: 750px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		top:60px;
		}
			
			#logo{
				position:relative; 
				width:750px; height:220px;
				display:block; 
				background: url(../img/bg_logo.jpg) left top no-repeat;
				z-index: 10;
				}
				#logo h1 a{
					position:absolute;
					display:block;
					text-indent:-5000em;
					width:750px; height:220px;
					}
							
			
/* Main Begins */	



		#content {
			padding:0; margin:0; height: 170px; width: 770px;
			background: url(../img/bg_home_content.gif) left top no-repeat;
			}

			
	/* Content Ends */


/* footer Starts */
	#footer {
		height:40px; padding: 10px;
		background: url(../img/bg_footer.gif) top left no-repeat;
		line-height: 17px;
		clear:both;
		font-family: Arial, Helvetica, sans-serif; font-size: 12px;
		}
		#footer a:link, #footer a:visited {
			text-decoration:none; color: #666666;
			}
		#footer a:hover, #footer a:active {
			text-decoration:none; color: #FFFFFF;
			}
				
		#copyright {
			float:left;

			font-size: 11px; color: #666666; text-align: right;
			padding: 10px 0 0 0;
			}
		#valid {
			float:left;
			font-size: 11px; color: #666666; text-align: right;
			width: 300px;
			padding: 10px 0 0 0;
			}
		#dreams_media {
			float:right;
			}
				

/* Footer Ends */

