@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body{
	height:100%;
	margin:0;
	padding:0;
	background-image:url(bagindex.jpg);
	background-color: #FFF;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color:#ccc;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #000;
	font-size:16px;
	text-decoration:none;
	}
	
#header{
	background: #fff;
	color:#666;
	opacity: 0.5;
        filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50);
        filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
        text-align:right;
	padding-right:30px;
	height:50px;
}

#container {
        width: 100%;
        position: relative;
        height: 100%;
        min-height: 100%;
}

body > #container {
        height: auto;
}
#contents {
        padding-bottom: 50px;
}

#footer {
        width: 100%;
        background: #fff;
        position: absolute;
        bottom: 0;
        height: 50px;
		opacity: 0.5;
        filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=50);
        filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
        text-align:center;		
}

#container #footer p {
	font-size: 11px;
}
