@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/backg.jpg);
	margin:0px;
	font-size:14px;
	
 
}

img, div { 
behavior: url(iepngfix.htc) ;
}

a:link { 
text-decoration:none;
color:#FFCC00;

 }
a:visited { 
text-decoration:none;
color:#FFCC00;
}
a:hover {
text-decoration:none;
color:#FF6699 
}
a:active {
text-decoration:none 
}

#main{
	width:100%;
	height:auto;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#damion{
float:right;
background-image:url(images/me.png);
background-repeat:no-repeat;
width:570px;
height:700px;
padding:0px 0px 0px 0px;
margin-top:20px;
margin-left:20px;
}

#top{
width:100%;
height:40px;
background-color:#000000;
margin:0px;
padding:0px 0px 0px 0px;
}

#bottom{
width:100%;
height:100px;
background-color:#000000;
clear:both;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

#middletext{
width: 700px; 
height:300px;
margin-left:6%;
margin-top:10%;
text-align:justify;
}

#text{
margin:0 auto;
}