body
{
	background:	#393939;
}

#skin
{
    position:           absolute;
    left:               0px;
    top:                0px;
}

#video
{
    position:           absolute;
    left:               160px;
    top:                32px;
}

#video2 
{
    position: 		absolute;
    left: 		240px;
    top: 		21px;
}

#notes
{
    position:           absolute;
    left:               165px;
    top:                430px;
}

textarea
{
    width: 395px;
    height: 100px;
    border: 0;
}

#email
{
    position:           absolute;
    left:               165px;
    top:                550px;
}

#email input
{
    width:              390px;
    height:             20px;
    border:             0;
}

#desc
{
    position:           absolute;
    left:               235px;
    top:                318px;
    width:              330px;
    height:             62px;
    overflow:           hidden;

    font-family:        arial, helvetica;
    font-size:          11px;
    font-weight:        bold;
}

#links
{
    position:           absolute;
    left:               0px;
    top:                280px;
    width:              100px;
    height:             187px;
    overflow:           wrap;
    padding:            4px;

    color:              #ffffff;
    font-family:        Georgia, Times, serif;
    font-size:          12px;
    font-weight:        bold;
    text-align:         right;
    font-variant:       small-caps;
}

#links div
{
    margin-bottom:      6pt;
}

#links div a
{
    text-decoration:    none;
}

#links div a:link       { color: #ffffff; }
#links div a:visited    { color: #ffffff; }
#links div a:active     { color: #ffffff; }
#links div a:hover      { color: #ffffff; }
