@CHARSET "UTF-8";

body {
	background-color: #460A08;
	font-size: medium;
}

a{
	text-decoration: none;
	}
table {
	width: 100%;
}

#global {
	margin: 0 auto;
	padding: 25px 0px;
	height: 100%;
    background : #FFA750;
	width: 95%;
	min-height: 600px;
}

#content {
	margin: 0 auto;
    text-align:center;
	width: 60%;
	height: 100%;
	min-height: 600px;
    background: white;
	border: 1px solid black;
    
}

#header {
	height: 150px;
	text-align: center;
	background: url(../pics/logo.gif) no-repeat center;
}

#navcontainer {
	float: left;
    width: 100%;
    background-color: #003366;
    color: #ffffff;
}

#main {
	margin: 5px 0px;
	float:left;
	width:100%;
}

#footer {;
	text-align: center;
	color: white;
}

.separation {
	clear: both;
	visibility: hidden;
}

.music , .movie , .picture{
	text-align: center;
	text-decoration: none;
}

.music a , .music a img , .movie a , .movie a img , .picture a , .picture a img{
	color:black;
	border:none;
}
.partition td{
	border: 1px solid black;
}

.saf{
    color: #CC9B00;
    font-style: italic;
	font-weight: bold;
}
