/*

Theme Name: UnrealTemp

*/

#break {
	background: url('images/temp.jpg') no-repeat left;
	width: 960px;
	height: 600px;
	margin: 0 auto;
	margin-top: 100px;
}
#video {
	width: 480px;
	height: 360px;
	padding: 100px 0 0 0;
	float: right;
}
#transparent {
	background: url(images/transparent.gif) repeat;
	width: 960px;
	height: 600px;
}
#contact {
	width:960px;
	margin: 0 auto;
}
body {
	font: 0.8em arial;
	color: #C0C0C0
}
a, a:visited {
	color: #C0C0C0;
	text-decoration: none;
}
a:hover {
	text-decoration:underline
}
input, textarea {
	border: 1px solid #999999;
}
li {
	list-style: none;
}