/*
Site Name: Brian Baldwin's Phat Dik
Site URL: http://www.tubgirl.com
Description: A site designed to show off my nuts. 
Version: 1.0
Author: Brian Baldwin
Author URI: http://www.twentyfortyone.com/
*/


/******      GLOBAL COMMAND CENTRAL     ******/

* {
	border: 0px solid #fff;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

html,body,#bg,#bg table,#bg td,#main {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	cursor: default;
	background: #1d1d1d url(/img/loading.gif) top center no-repeat;
	color: #242424;
}


/******      BACKGROUND IMAGE     ******/

#bg div {
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
}

#bg td {
	vertical-align: middle;
	text-align: center;
}

#bg img {
	min-height: 50%;
	min-width: 50%;
	margin: 0px auto;
}

	
