﻿html, body
{
	height: 100%;
}

#de3studioBody
{
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}

a:link
{
	color: #50aaef;
}
a:visited
{
	color: #b883ea;
}
a:focus, a:hover, a:active
{
	color: #05fff0;
}

div.frame
{
	background-image: url('../images/frame.jpg');
	background-repeat: no-repeat;
	width: 710px;
	height: 510px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-left: 10px;
	position: relative;
	top: 25px;
}

div.content
{
	position: absolute;
	width: 700px;
	height: 500px;
}

div.copyright
{
	position: relative;
	top: 25px;	
	width: 710px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

#print
{
	display: none !important;
}
