﻿*
{
    border:0;
    margin:0;
    padding:0;
    background-color:#ffffe8;
}
body
{
	/*
    background-image:URL("../pic/backpic.jpg");
*/
    background-repeat:no-repeat;
    width:940px;
    height:640px;
    color:#606060;
}
#maincont 
{
    position:absolute;
    width:900px;
    height:600px;
    left:20px;
    overflow:hidden;
}
#rankingwin
{
    position:absolute;
    width:480px;
    height:495px;
    left:20px;
    top:100px;
    overflow:auto;
  	border:solid 1px gray;
	padding:1px;
	outline: 1px solid gray;
}
#addmovie
{
    position:absolute;
    left:520px;
    top:100px;
	padding:0px;
	border:0;
}
td
{
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trno
{
	width:20px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trname
{
	width:130px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trtime
{
	width:60px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trarea
{
	width:120px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
.trday
{
	width:120px;
	height:20px;
    overflow:hidden;
	border:solid 1px gray;
    margin:1;
    padding:1;
}
#creator
{
    position:absolute;
    left:570px;
    top:30px;
	width:230px;
	height:40px;
	font-style:italic;
	text-decoration:underline;
}
#contact
{
    position:absolute;
    left:520px;
    top:450px;
	width:350px;
	height:200px;
	
}
#contactpic
{
	float:left;
}
#contactmes
{
    position:absolute;
	top:20px;
	left:120px;
	font-size:20px;
}
A:link { color: #606060;text-decoration:none; }
A:visited { color: #606060;text-decoration:none; }
A:active { color: #606060;text-decoration:none; }
A:hover { color: black;text-decoration:none; }
