/* CSS Document */
/* Global Stylesheet for yanke.ca */
/*    Font, Positioning and Styles    */
html {
	margin:0;
	padding:0;
	height:550px;
}

body {
	padding:0;
	margin:0;
	text-align:center;
}

#thebody {
	width:350px;
	height:550px;
	position:relative;
	padding:0;
	margin:auto;
	display:block;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}

#header {
	position:relative;
	display:block;
	height:15%;
	width:100%;
	float:none;
}

#logos {
	display:block;
	float:none;
	width:100%;
	position:absolute;
}

#nyanke {
	display:block;
	position:relative;
	float:none;
	left:35px;
	top:3px;
	width:255px;
	height:61px;
}

#fiftybest, #top100 {
	display:block;
	position:relative;
	float:left;
	top:-10px;
	margin:16px;
	height:96px;
	width:96px;
}

#title {
	position:relative;
	display:block;
	float:none;
	font-size:1.3em;
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	top:20px;
}

#container {
	position:relative;
	height:320px;
	width:100%;
	float:none;
	overflow:hidden;
	border-top:1px solid;
	border-bottom:1px solid;
}

#footer {
	position:relative;
	height:auto;
	width:100%;
	float:none;
	display:block;
	font-size:.5em;
}

#tabs, #ietabs {
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
	width:330px;
	height:43px;
	overflow:hidden;
}

.tab, .tab:link, .tab:visited {
	display:block;
	width:100px;
	margin-right:4px;
	text-align:center;
	float:left;
	height:17px;
	position:relative;
	bottom:0px;
	top:15px;
	font-size:.8em;
	font-style:normal;
	text-decoration:none;
}

.tab span {
	display:block;
	position:relative;
	border-right:2px solid;
	border-left:2px solid;
	width:103px;
	wid\th:99px;
	height:100%;
}

.tabimg {
	display:block;
	position:relative;
	height:11px !important;
	width:104px !important;
	left:-1px;
	bottom:-2px;
	border:none !important;
}

#ietabs .tabimg {
	bottom:-7px !important;
}

#ietabs .tab {
	top:11px;
	cursor:hand;
}

#ietabs .tab:hover {
	top:5px;
}

.tab:hover, #tab.selected {
	height:23px;
	top:10px;
}
