/*CSS RESET STARTs*/

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: "" "";
}

/*CSS RESET ENDs*/

body{
background:#a4a4a4 url("imgs/homeback.jpg") repeat-x top left;
}

div#Container{
position:relative;
width:782px;
height:540px;
margin:0 auto;
background:#a4a4a4 url("imgs/home.jpg") no-repeat top center; 
}

h1
{
position:absolute;
width:300px;
height:350px;
top:50px;
left:50px;
}
h1 a
{
  display:block;
  height:100%;
  text-indent:-9999px;
}
div#Home_Text{
position:absolute;
width:300px;
height:220px;
overflow:auto;
top:120px;
left:400px;
padding:5px;
padding-left:10px;
border:#ccc 1px dashed;
}
div#Home_Text p{
font-size:9pt;
color:#333;
margin-bottom: 10px;
margin-top: 5px;
line-height:1.2em;
}
div#Home_Text p span
{
color:green;
font-weight:bolder;
}
div#Home_Link{
position:absolute;
bottom:60px;
right:225px;
width:100px;
height:30px;
}

div#Home_Link a:hover
{
border-left:#333 10px solid;
}
div#Home_Link a{
display:block;
width:100px;
height:30px;
text-indent:-9999px;
}

div#Site_Info
{
position:absolute;
bottom:-10px;  
width:100%;
text-align:center;
font-size:8pt;
color:#fff;
}
div#Site_Info a
{
color:#666;
text-decoration:none; 
}
div#Site_Info a:hover
{
color:#333;
text-decoration:underline; 
}