/*
-----------------------------------------------
Name:     Def Poetry Are You A Def Poet Contest
Designer: Adriel Luis
URL:      www.thefunkypixel.com
Date:     Apr 2007
----------------------------------------------- */

/*GLOBAL*/
body{
	margin-top:0px;
	font-family:verdana;
	font-size:10px;
	color:#010101;
	line-height:20px;
	text-align:left;
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: #000000;
}
#wrapper{
position:relative;
width:425px;
height:100%;
margin:auto;
}
#titlename{
	background-image:url(contest_logo.jpg);
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	width:425px;
	height:200px;
	display:block;
	background-repeat: no-repeat;
}
#text{
position:absolute;
top:200px;
left:10px;
width:415px;
}
/*TEXT*/
.contenttext{
font-family:verdana;
font-size:11px;
color:#ffffff;
line-height:15px;
text-align:left;
}
.rulestext{
font-family:verdana;
font-size:9px;
color:#ffffff;
line-height:11px;
text-align:left;
}
a:link{
font-family:verdana;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}
a:active{
font-family:verdana;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}
a:visited{
font-family:verdana;
font-size:11px;
color:#ffffff;
text-decoration:underline;
}
a:hover{
font-family:verdana;
font-size:11px;
color:#005595;
text-decoration:underline;
}
#rulestext a:link{
font-family:verdana;
font-size:9px;
color:#666666;
text-decoration:none;
}
#rulestext a:active{
font-family:verdana;
font-size:9px;
color:#666666;
text-decoration:none;
}
#rulestext a:visited{
font-family:verdana;
font-size:9px;
color:#666666;
text-decoration:none;
}
#rulestext a:hover{
font-family:verdana;
font-size:9px;
color:#1e1e1e;
text-decoration:underline;
}
