@CHARSET "UTF-8";

* { 
	font-family: Trebuchet MS,Verdana;
	padding: 0;
	margin: 0;
}
body {
	background-image: url(../images/yugiohitalia-bg.jpg);
}
a {
	text-decoration: none;
	color: #33CCFF;
}
a:hover {
	text-decoration: underline;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.bold { font-weight: bold; }
.xlarge { font-size: 120%; }
.large { font-size: 140%; }
.center_div { margin: 0 auto; text-align: center; }
.clearRight { clear: right; }
.clearLeft { clear: left; }
div.space {
	padding: 10px;
	clear: both;
}
hr.white { height:1px; border-width:0; color:#fff; background-color:#fff; margin: 5px; }

div#logo {
	background: url(../images/yugiohitalia-logo.png) no-repeat bottom;
	height: 306px;
	margin: 0px auto 0;
	width: 840px;
	float: left;
}

div#outer {
	width: 840px;
	margin: 0 auto;	
}

ul {
	list-style-type: none;	
}

input[type="text"] { border: 1px solid #999999; }
input[type="password"] { border: 1px solid #999999; }
