@import "lightbox.css";

body {background: url(sdl_bg.jpg) no-repeat fixed right;
	font-family: Verdana, arial, helvetica, sans-serif; 
	font-size: 12pt;
	color: #ffffff;	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#leftmain {background: url(box_left.png) no-repeat;
height: 650px;
width: 128px;
position: absolute;
left: 50px;
top: 85px;}
#main {background: url(box_repeat.png) repeat-x;
height: 650px;
width: 700px;
position: absolute;
top: 85px;
left: 178px;
}
#rightmain {background: url(box_right.png) no-repeat;
height: 650px;
width: 128px;
position: absolute;
top: 85px;
left: 878px;
}
#header h1 span {display: none;
}
#header h1 {background: url(ea_title.png) no-repeat;
height: 128px;
width: 400px;
position: absolute;
left: 30px;
top: -5px;}
#header h2 span {display: none;}
#header h2 {background: url(artof.png) no-repeat;
height: 19px;
width: 211px;
position: absolute;
left: 442px;
top: 70px;
}
#links { 
position: absolute;
left: 120px;
top: 700px;
}
#links a{
	padding: 0 25px 0 0;
}
#text {width: 700px;
height: auto;
position: absolute;
top: 145px;
left: 150px;
}
#text img {padding: 0 20px 15px 20px;}
#self {background: url(self.png) no-repeat;
width: 350px;
height: 500px;
margin: 20px 0 0 0;}
#self span {display:none;}
#selftext { position: absolute;
left: 400px;
top: 0px;}
#selftext p { padding: 0;}

a {
	color: #f94a3d;
}

a:hover {
	color:#f94a3d;
}
a:active {
	color:#ffffff;
}
a:visited {
	color: #f94a3d;
}

