/*
-----------------------------------------------
Site: warren printing and mailing inc
Author: Megan Pruitt
Description: index.css
----------------------------------------------- */

/* Colors Used
-----------------------------------------------
   Hex 000    = black
   Hex FFF    = white
   Hex 88C100 = limeGreen
   Hex F5CB0F = yellow
   Hex FBFBFB = light gray
   Hex FF8A00 = orange
----------------------------------------------- */

/* index
----------------------------------------------- */
#index .intro { position: static; height: 90px; width: 545px; background-image: url(images/warren_intro_anim.gif); background-repeat: no-repeat; background-position: left top; margin-right: auto; margin-left: auto; margin-top: 100px; }

#index .enterLink { height: 50px; width: 500px; margin-right: auto; margin-left: auto; position: static; margin-top: 40px; text-align: center; }

#index .phone { height: 100px; width: 500px; margin-right: auto; margin-left: auto; position: static; margin-top: 60px; text-align: center; color: #CCC; font: 12px Verdana, Geneva, sans-serif; }

#index .intro a { display: block; height: 100%; width: 100%; }

#index .enterLink a { font-family: Verdana, Geneva, sans-serif; color: #999999; text-decoration: none; font-size: 12px; font-weight: lighter; }

