/*  
Theme Name: parallax
Theme URI: http://www.nutspress.com/
Description: parallax
Version: 1.0
Author: Yoshiko Utsunomiya
Author URI: http://www.nutspress.com/
*/

/* ****************************************************************************************** */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100% }
q:before, q:after { content:''}
a {color:#346DE0; text-decoration:none;}
a:hover { color:#CC0000;}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

/* ******************************************************************************************* */

body { background:url(../images/bg.jpg) #DFF5FF center top repeat-x; margin:0; padding:0; text-align:center;}

#top{
position:relative;
margin:0 auto;
width:1000px;
background: url(../images/top_bg.jpg) top center no-repeat;
min-height: 100%; 
height: auto !important;}

#head {
height:200px;
position:relative;
margin-right:40px; background:url(../images/header_tree-trans.png) no-repeat;}

#head h1 a{
top:60px;
left:280px;
text-indent:-9999px;
position:absolute;
outline:none;
/*
width:238px;
height:66px;
*/
width:410px;
height:55px;
z-index:2;}

.sitename{
/* background-image:url(/images/titlelogo-trans.png); */
background-image:url(../images/omnics-logo.png);
background-repeat:no-repeat;
cursor:pointer;}

/*parallax*/

#parallax{
height:200px;
overflow:hidden;
position:absolute;
top:0;
left:0;
width:990px;}
