Index: style.css
===================================================================
--- style.css	(revision 15418)
+++ style.css	(working copy)
@@ -762,6 +762,7 @@
 	margin: 0;
 	height: auto;
 	max-width: 640px;
+	width: auto;
 }
 #content .attachment img {
 	max-width: 900px;
Index: attachment.php
===================================================================
--- attachment.php	(revision 15418)
+++ attachment.php	(working copy)
@@ -9,7 +9,7 @@
 
 get_header(); ?>
 
-		<div id="container">
+		<div id="container" class="single-attachment">
 			<div id="content" role="main">
 
 <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
