/*swimtrunkstudio stylesheet v1 (Say that three times fast)*/

	/*structure*/
	body{
	background:#003333;
		background-image: url(bgimage.jpg);
		background-repeat: no-repeat;
		background-attachment:fixed;
		background-position: center left;
	font-family: 'myriad pro', sans-serif;
	font-size: small;
	color:#ffffff;
		}

#text {
	position: fixed;
	left:425px;
	top:50%;
	margin-top: -180px;
	width:350px;
	text-align:right;
	padding: 20px;
	font-size: 13px;
	line-height: 150%;
}

#links {
	position:fixed; 
	left:455px;
	top:50%;
	margin-top: -10px;
	width:350px;
	padding: 0px;
}
	