/*-------------------------------------------------------------
   TEEN SPIRIT - Iteration 2 styles (Home Page)
   ------------------------------------------------------------
   Description:  Stylesheet for Teen Spirit
   Filename:     styles.css
   -------------------------------------------------------------*/

/* ========================================================================//
   Index of styles used in specific elements and components for the
   project within this CSS.

   1. RESET
   2. COMMON
   3. FASHION
   4. COOL
   5. SEXY
   
   Used in: 
   ========================================================================//

/* ========================================================================//
   3. FASHION:
   These selectors are only applied to the elements mentioned below.
   ========================================================================//
*/

#left {background: url(../images/tile-fashion.jpg) right top repeat }
td#left {vertical-align:top}
#right {background: url(../images/tile-fashion.jpg) left top repeat ;}
td#right { vertical-align:top; text-align:right}
#center {width:740px; height:680px; background:url(../images/tile-fashion.jpg) repeat}
#left img {background:url(../images/pillow01_fashion.png);width:276px; height:570px;position:relative; top:0;}
#right img {background:url(../images/pillow02_fashion.png);width:240px; height:370px;position:relative; top:0;}
/*img#pillow_left_prov03 {width:276px; height:570px; position:absolute;top:0; left:0}
img#pillow_right_prov03 {width:240px; height:370px;position:absolute;top: 0;right:0}*/
