body	
{
background-color: white;
margin: 0px;
}

a:link {color: yellow; background: black; text-decoration: none;}
a:active {color: red; background: black; text-decoration: none;}
a:visited {color: yellow; background: black; text-decoration: none;}
a:hover {color: red; background: black;}


/***---INDEX PAGE----****/
#container
{
margin: 0 auto;
width: 900px;
height: 100%;
position: relative;
}

#title
{
position: absolute;
top: 0px;
left: 0px;
width: 450px;
height: 320px;
font-family: helvetica, arial, sans-serif;
font-size: 4.9em;
font-style: bold;
line-height: 1em;
color: pink ;
background-color: red;
}

#online_ad
{
position: absolute;
top: 270px;
left: 250px;
width: 170px;
height: 30px;
font-family: helvetica, arial, sans-serif;
font-size: 2em;
font-style: bold;
color: red;
background-color: Salmon;
}


#comedian	
{
position: absolute;
top: 0px;
left: 450px;
width: 450px;
height: 100%;
color: red;
background-position: top;
}

#heckle	
{
position: absolute;
top: 320px;
left: 0px;
width: 450px;
height: 380px;
font-family: helvetica, arial, sans-serif;
font-style: bold;
color: red;
background-color: blue;
}

#heckle_title
{
position: absolute;
top: 0px;
left: 0px;
font-family: helvetica, arial, sans-serif;
font-size: 4.9em;
font-style: bold;
color: RoyalBlue;
}

#heckle_text
{
position: absolute;
top: 240px;
left: 2.5px;
font-family: helvetica, arial, sans-serif;
font-size: 3em;
font-style: bold;
color: lavender;
}

#heckle_form
{
position: absolute;
top: 190px;
left: 3px;
font-family: helvetica, arial, sans-serif;
}


#interview_link
{
position: absolute;
top: 700px;
left: 0px;
font-family: helvetica, arial, sans-serif;
font-size: 2em;
font-style: bold;
line-height: 1.2em;
color: red;
}


/***---INTERVIEW PAGE----****/

#interview_page
{
position: absolute;
top:  0px;
left: 0px;
width: 900px;
height: 5000px;
font-family: helvetica, arial, sans-serif;
font-size: 1em;
color: #CC0099;
background-color: Lavender;
}

#interview_title
{
float:left;
top:  0px;
left: 0px;
width: 430px;
font-family: helvetica, arial, sans-serif;
font-size: 3em;
font-style:bold;
color: purple;
}

#interview_top_photo
{
float:right;
top:  300px;
}


#interview_copy
{
position: absolute;
top:  340px;
left: 0px;
width: 900px;
font-family: helvetica, arial, sans-serif;
font-size: 1.3em;
color: #CC0099;
}


/***---ABOUT PAGE----****/
#about_container
{
margin: 20 20 20;
width: 95%;
height: 100%;
position: relative;
font-family: helvetica, arial, sans-serif;
font-size: 1em;
color: #CC0099;
}



