/**** COPYRIGHT 2012 TRENGINE, INC. ****/
/**** APPLICATION: SIGEPIC ****/
/**** VERSION: 1.0 ****/
/**** AUTHOR: GARY DARNA ****/
/**** FILE: GLOBAL.CSS ****/

*
{
margin: 0px;
padding: 0px;
}

/* !DOCUMENT */
html, body
{
background-color: #000000;
background-image: url(../jpg/background.jpg);
background-attachment: fixed;
background-position: 800px 0px;
background-repeat: repeat;
height: 100%;
overflow-x: hidden;
}

/* !HEADERS */
h1
{
color: #666666;
cursor: default;
font-family: Eurostile-Reg, sans-serif;
font-size: 26px;
font-style: normal;
font-weight: normal;
letter-spacing: 1px;
line-height: 0px;
margin: 0px;
padding-top: 25px;
padding-bottom: 50px;
padding-left: 0px;
padding-right: 0px;
text-decoration: none;
text-transform: uppercase;
}

/* !PARAGRAPHS */
p
{
color: #444444;
cursor: default;
font-family: 'Cabin', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 24px;
text-align: left;
text-decoration: none;
}
