/* 
Victoria Ly
Comp 206 Winter 2011
Assignment 4
*/

body
{
background-color:#000000;
}

h3
{
  text-align:center;
  color:#CC99FF;
  font-family:"arial";
  font-size:2.5em;
}

p
{
  text-align:center;
  color:#CC99FF;
  font-family:"arial";
  font-size:1em;
}

p.foot
{
  width:100%;
  text-align:center;
  font-size:.7em;
  color:#FFFFFF;
}

img.center
{
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  margin-bottom:50px;
  border-style:solid;
  border-width:1px;
  border-color:#FFFFFF;
}

img.left
{ 
  float:left;
  margin-left:0px;
  width:200px;
  height:200px;
  z-index:-1;
}

img.right
{
  float:right;
  margin-right:0px;
  width:200px;
  height:200px;
  z-index:-1;
}

div.header
  {
  margin-right:auto;
  margin-left:auto;
  background-image:url('banner2.jpg');
  /* image used in banner retrieved Mar.27,2011 from: http://glowinthedarkpartysupplies.com/glow-in-the-dark-cups.html */
  background-repeat:no-repeat;
  background-position:top center;
  width:900px;
  height:199px;
  z-index:0;
  }

div.break
{
  background-image:url('bottle_caps.jpg');
  /* image retrieved Mar.27,2011 from: http://stoatstavern.wordpress.com/page/2/ */
  background-position: top center;
  margin-top:50px;
  margin-left:0px;
  margin-right:0px;
  width:100%;
  height:135px;
}

div.break2
{
  background-image:url('glowing_mugs.jpg');
  /* image retrieved Mar.27,2011 from: http://glowinthedarkparty.com/glow-cups.html */
  background-position: top center;
  margin-left:0px;
  margin-right:0px;
  margin-top:50px;
  width:100%;
  height:130px;
}

div.main
{
  margin-top:20px;
  margin-left:auto;
  margin-right:auto;
  width:800px;
  height:100%;
}

a:link
{
color:#CC99FF;
text-decoration:none;
}

a:visited
{
color:#9400D3;
text-decoration:none;
}

a:hover
{
text-decoration:underline;
}
